CrypterOptionsMakeReadOnly Method | CryptSharp |
Prevents future changes to the options.
Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public CrypterOptions MakeReadOnly()
Public Function MakeReadOnly As CrypterOptions
public: CrypterOptions^ MakeReadOnly()
member MakeReadOnly : unit -> CrypterOptions
Return Value
Type: CrypterOptionsThe same CrypterOptions.
See Also