MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
RsaEncryptionPadding Class
RsaEncryptionPadding Methods
Equals Method
Equals(Object) Method
Equals(RsaEncryptionPadding) Method
Rsa
Encryption
Padding
Equals(Rsa
Encryption
Padding) Method
Determines whether the specified
RsaEncryptionPadding
is equal to the current
RsaEncryptionPadding
.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
bool
Equals
(
RsaEncryptionPadding
other
)
Parameters
other
RsaEncryptionPadding
The
RsaEncryptionPadding
to compare with the current
RsaEncryptionPadding
.
Return Value
Boolean
true
if the specified
RsaEncryptionPadding
is equal to the current
RsaEncryptionPadding
; otherwise,
false
.
Implements
IEquatable
T
Equals(T)
Remarks
Compares two RSA encryption paddings to determine if they are identical or not.
See Also
Reference
RsaEncryptionPadding Class
Equals Overload
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast