CmsKeyEncrAlgorithm Enumeration |
Key encryption algorithm.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.25611 (23.0.0.0)
Syntaxpublic enum KeyEncrAlgorithm
Public Enumeration KeyEncrAlgorithm
Members| Member name | Description |
|---|
| Default |
Default
|
| Rsa_Pkcs1v1_5 |
RSAES-PKCS-v1_5 (rsaEncryption)
|
| Rsa_Kem |
Encrypt the key using the RSA Key Encapsulation Mechanism (RSA-KEM) algorithm
|
| Rsa_Oaep |
RSAES-OAEP
|
See Also