System.Security.Cryptography.CryptoStream.CanSeek Property

Gets a value indicating whether you can seek within the current System.Security.Cryptography.CryptoStream.

Syntax

public override bool CanSeek { get; }

Value

Always false.

Remarks

Seeking is not enabled in a System.Security.Cryptography.CryptoStream, so this method always returns false.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0