Click or drag to resize
MimeKit

RsaEncryptionPadding Methods

The RsaEncryptionPadding type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateOaep Create a new RsaEncryptionPadding using Oaep and the specified hash algorithm.
Public methodEquals(Object) Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodEquals(RsaEncryptionPadding) Determines whether the specified RsaEncryptionPadding is equal to the current RsaEncryptionPadding.
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ObjectGetHashCode)
Public methodGetType
(Inherited from Object)
Public methodToString Returns a String that represents the current RsaEncryptionPadding.
(Overrides ObjectToString)
Top
See Also