Click or drag to resize
MimeKit

RsaEncryptionPadding Fields

The RsaEncryptionPadding type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberOaepSha1 The Optimal Asymmetric Encryption Padding (OAEP) scheme using the default (SHA-1) hash algorithm.
Public fieldStatic memberOaepSha256 The Optimal Asymmetric Encryption Padding (OAEP) scheme using the SHA-256 hash algorithm.
Public fieldStatic memberOaepSha384 The Optimal Asymmetric Encryption Padding (OAEP) scheme using the SHA-384 hash algorithm.
Public fieldStatic memberOaepSha512 The Optimal Asymmetric Encryption Padding (OAEP) scheme using the SHA-512 hash algorithm.
Public fieldStatic memberPkcs1 The PKCS #1 v1.5 encryption padding.
Top
See Also