 |
CryptoProviderType Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the supported encryption provider.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 2.5
Syntaxpublic enum CryptoProviderType
Members
| Member name | Value | Description |
---|
| Undefined | 0 |
No crypto service is defined.
|
| Aes | 1 |
Use the symmetric Aes algorithm.
|
| Des | 2 |
Use the symmetric DES algorithm.
|
| Rc2 | 3 |
Use the symmetric RC2 algorithm.
|
| Rijndael | 4 |
Use the symmetric Rijndael algorithm.
|
| TripleDes | 5 |
Use the symmetric TripleDES algorithm.
|
| Rsa | 4098 |
Use the asymmetric RSA algorithm.
|
| RsaPublic | 4099 |
Use the asymmetric RSA algorithm only with public part of key.
|
| X509 | 8193 |
Use the certificates from local machine store.
|
See Also