Click or drag to resize

CmsKeyEncrAlgorithm Enumeration

Key encryption algorithm.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public enum KeyEncrAlgorithm
Members
Member nameDescription
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