CrypterOptionsContainsKey Method | CryptSharp |
Checks if an option is set.
Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public bool ContainsKey( CrypterOptionKey key )
Public Function ContainsKey ( key As CrypterOptionKey ) As Boolean
public: bool ContainsKey( CrypterOptionKey^ key )
member ContainsKey : key : CrypterOptionKey -> bool
Parameters
- key
- Type: CryptSharpCrypterOptionKey
The key of the option.
Return Value
Type: Booleantrue if the option is set.
See Also