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