![]() | Rsa |
public sealed class RsaSignaturePadding : IEquatable<RsaSignaturePadding>
The RsaSignaturePadding type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object)) |
![]() | Equals(RsaSignaturePadding) | Determines whether the specified RsaSignaturePadding is equal to the current RsaSignaturePadding. |
![]() | GetHashCode |
Returns the hash code for this instance.
(Overrides ObjectGetHashCode) |
![]() | GetType | (Inherited from Object) |
![]() | ToString |
Returns a String that represents the current
RsaSignaturePadding.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
![]() ![]() | Equality(RsaSignaturePadding, RsaSignaturePadding) | Compare two RsaSignaturePadding objects for equality. |
![]() ![]() | Inequality(RsaSignaturePadding, RsaSignaturePadding) | Compare two RsaSignaturePadding objects for inequality. |
Name | Description | |
---|---|---|
![]() ![]() | Pkcs1 | The PKCS #1 v1.5 signature padding. |
![]() ![]() | Pss | The Probibilistic Signature Scheme (PSS) padding. |