Click or drag to resize
MimeKit

RsaEncryptionPaddingOaepSha512 Field

The Optimal Asymmetric Encryption Padding (OAEP) scheme using the SHA-512 hash algorithm.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static readonly RsaEncryptionPadding OaepSha512

Field Value

RsaEncryptionPadding
Remarks
The Optimal Asymmetric Encryption Padding (OAEP) scheme using the SHA-512 hash algorithm.
See Also