Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Security.​Cryptography.​RSASignaturePadding

Assembly: System.Security.Cryptography

Inheritance: object → RSASignaturePadding

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

Properties

Gets the padding mode of this <see cref="T:System.Security.Cryptography.RSASignaturePadding" /> instance.

Methods

public bool
Equals​(object obj)
obj The object to compare with the current instance.
Returns <see langword="true" /> if the specified object is equal to the current object; otherwise, <see langword="false" /> .
Returns a value that indicates whether this instance is equal to a specified object.
public bool
Equals​(RSASignaturePadding other)
other The object to compare with the current instance.
Returns <see langword="true" /> if the specified object is equal to the current object; otherwise, <see langword="false" /> .
Returns a value that indicates whether this instance is equal to a specified <see cref="T:System.Security.Cryptography.RSASignaturePadding" /> object.
public int
GetHashCode​()
Returns The hash code for this <see cref="T:System.Security.Cryptography.RSASignaturePadding" /> instance.
Returns the hash code for this <see cref="T:System.Security.Cryptography.RSASignaturePadding" /> instance.
public string
ToString​()
Returns The string representation of the current object.
Returns the string representation of the current <see cref="T:System.Security.Cryptography.RSASignaturePadding" /> instance.
protected void
Finalize​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object