Click or drag to resize
MimeKit

CmsSignerRsaSignaturePadding Property

Get or set the RSA signature padding.

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

Property Value

RsaSignaturePadding
The signature padding scheme.
Remarks

Gets or sets the signature padding to use for signing when the PrivateKey is an RSA key.

See Also