CmsKeyEncrAlgorithm Enumeration |
Key encryption algorithm.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic enum KeyEncrAlgorithm
Public Enumeration KeyEncrAlgorithm
MembersMember 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