Click or drag to resize
MimeKit

CmsRecipientRsaEncryptionPadding Property

Get or set the RSA key encryption padding.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public RsaEncryptionPadding? RsaEncryptionPadding { get; set; }

Property Value

RsaEncryptionPadding
The encryption padding scheme or if unspecified.
Remarks

Gets or sets the padding to use for key encryption when the Certificate's public key is an RSA key.

See Also