Click or drag to resize
MimeKit

RsaEncryptionPaddingToString Method

Returns a String that represents the current RsaEncryptionPadding.

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 RsaEncryptionPadding.
Remarks
Creates a string-representation of the RsaEncryptionPadding.
See Also