Click or drag to resize
MimeKit

RsaEncryptionPaddingOaepHashAlgorithm Property

Get the hash algorithm used for RSAES-OAEP padding.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public DigestAlgorithm OaepHashAlgorithm { get; }

Property Value

DigestAlgorithm
The hash algorithm used for RSAES-OAEP padding.
Remarks
Gets the hash algorithm used for RSAES-OAEP padding.
See Also