Click or drag to resize
MimeKit

RsaEncryptionPaddingOaepSha256 Field

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

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

Field Value

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