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.3.0
Syntax
C#
public RsaEncryptionPadding RsaEncryptionPadding { get; set; }

Property Value

RsaEncryptionPadding
The encryption padding scheme.
Remarks

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

See Also