CrypterOptions.IsReadOnly Property

CryptSharp

CrypterOptionsIsReadOnly Property CryptSharp
true if the options cannot be changed.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax

public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean
	Get
public:
property bool IsReadOnly {
	bool get ();
}
member IsReadOnly : bool with get

Property Value

Type: Boolean
See Also

Reference