CrypterOption Class | CryptSharp |
Options that modify the crypt operation.
Inheritance Hierarchy
CryptSharpLdapCrypterOption
Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax
public class CrypterOption
Public Class CrypterOption
public ref class CrypterOption
type CrypterOption = class end
The CrypterOption type exposes the following members.
Fields
Name | Description | |
---|---|---|
Rounds |
The number of rounds to iterate.
| |
Variant |
The variant of the crypt algorithm to use.
|
See Also