 |
CryptoKeyMode Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the used key size for the desired algorithm.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 2.5
Syntaxpublic enum CryptoKeyMode
Members
| Member name | Value | Description |
---|
| None | 0 |
There is no key size available for the defined algorithm or the key size is not defined.
|
| Auto | 1 |
Allows the library to select the cryptographic provider key size automatically.
|
| Simple | 2 |
Creates a provider which is using a simple key size.
|
| Medium | 3 |
Creates a provider using a medium key size.
|
| Strong | 4 |
Creates a provider using a strong key size.
|
See Also