Click or drag to resize
MimeKit

RsaEncryptionPaddingOaepSha1 Field

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

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

Field Value

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