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