Click or drag to resize
MimeKit

RsaSignaturePaddingToString Method

Returns a String that represents the current RsaSignaturePadding.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public override string ToString()

Return Value

String
A String that represents the current RsaSignaturePadding.
Remarks
Creates a string-representation of the RsaSignaturePadding.
See Also