RSASignaturePadding Class

 

Specifies the padding mode and parameters to use with RSA signature creation or verification operations.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

System::Object
  System.Security.Cryptography::RSASignaturePadding

public ref class RSASignaturePadding sealed : IEquatable<RSASignaturePadding^>

NameDescription
System_CAPS_pubpropertyMode

Gets the padding mode of this RSASignaturePadding instance.

System_CAPS_pubpropertySystem_CAPS_staticPkcs1

Gets an object that uses the PKCS #1 v1.5 padding mode.

System_CAPS_pubpropertySystem_CAPS_staticPss

Gets an object that uses PSS padding mode.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Returns a value that indicates whether this instance is equal to a specified object. (Overrides Object::Equals(Object^).)

System_CAPS_pubmethodEquals(RSASignaturePadding^)

Returns a value that indicates whether this instance is equal to a specified RSASignaturePadding object.

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this RSASignaturePadding instance.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the string representation of the current RSASignaturePadding instance. (Overrides Object::ToString().)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(RSASignaturePadding^, RSASignaturePadding^)

Indicates whether two specified RSASignaturePadding objects are equal.

System_CAPS_puboperatorSystem_CAPS_staticInequality(RSASignaturePadding^, RSASignaturePadding^)

Indicates whether two specified RSASignaturePadding objects are unequal.

.NET Framework
Available since 4.6

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: