CrypterEnvironmentIsReadOnly Property | CryptSharp |
true if the environment 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: BooleanSee Also