| CmsSignerRsaSignaturePadding Property |
Get or set the RSA signature padding.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public RsaSignaturePadding RsaSignaturePadding { get; set; }
Property Value
RsaSignaturePaddingThe signature padding scheme.
Remarks Gets or sets the signature padding to use for signing when
the PrivateKey is an RSA key.
See Also