Click or drag to resize
MimeKit

RsaEncryptionPaddingOaepSha384 Field

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

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

Field Value

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