CrypterOptionsAdd Method | CryptSharp |
Sets the value of an option, if the option has not already been set.
Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public void Add( CrypterOptionKey key, Object value )
Public Sub Add ( key As CrypterOptionKey, value As Object )
public: void Add( CrypterOptionKey^ key, Object^ value )
member Add : key : CrypterOptionKey * value : Object -> unit
Parameters
- key
- Type: CryptSharpCrypterOptionKey
The key of the option. - value
- Type: SystemObject
The value of the option.
See Also