Click or drag to resize

RsaEME Enumeration

Encoding method for encryption.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public enum EME
Members
Member nameDescription
PKCSv1_5 EME-PKCS1-v1_5 encoding method
OAEP EME-OAEP encoding method
Remarks
See PKCS#1 v2.2 [RFC8017]
See Also