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.​RSAEncryptionPadding
Assembly: System.Security.Cryptography
Inheritance: object → RSAEncryptionPadding
Specifies the padding mode and parameters to use with RSA encryption or decryption operations.
Properties
public
RSAEncryptionPaddingMode
Mode
Gets the padding mode represented by this <see cref="T:System.Security.Cryptography.RSAEncryptionPadding" /> instance.
public
HashAlgorithmName
OaepHashAlgorithm
Gets the hash algorithm used in conjunction with the <see cref="F:System.Security.Cryptography.RSAEncryptionPaddingMode.Oaep" /> padding mode.
Methods
public
bool
Equals​(object obj)
obj
The object to compare.
Returns <see langword="true" /> if <paramref name="obj" /> is equal to the current instance; otherwise, <see langword="false" /> .
Determines whether the current instance is equal to the specified object.
public
bool
Equals​(RSAEncryptionPadding other)
other
The object to compare.
Returns <see langword="true" /> if <paramref name="other" /> is equal to the current instance; otherwise, <see langword="false" /> .
Determines whether the current instance is equal to the specified <see cref="T:System.Security.Cryptography.RSAEncryptionPadding" /> object.
public
int
GetHashCode​() Returns The hash code of this instance.
Returns the hash code of this <see cref="T:System.Security.Cryptography.RSAEncryptionPadding" /> object.
public
string
ToString​() Returns The string representation of the current object.
Returns the string representation of the current <see cref="T:System.Security.Cryptography.RSAEncryptionPadding" /> instance.
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object