CryptoStream.CanRead Proprietà

Definizione

Ottiene un valore che indica se l'oggetto CryptoStream è leggibile.

public:
 virtual property bool CanRead { bool get(); };
public override bool CanRead { get; }
member this.CanRead : bool
Public Overrides ReadOnly Property CanRead As Boolean

Valore della proprietà

Boolean

true se il flusso corrente è leggibile; in caso contrario, false.

Si applica a

Vedi anche