RSASignaturePadding Class

Definition

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

public ref class RSASignaturePadding sealed : IEquatable<System::Security::Cryptography::RSASignaturePadding ^>
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public sealed class RSASignaturePadding : IEquatable<System.Security.Cryptography.RSASignaturePadding>
public sealed class RSASignaturePadding : IEquatable<System.Security.Cryptography.RSASignaturePadding>
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type RSASignaturePadding = class
    interface IEquatable<RSASignaturePadding>
type RSASignaturePadding = class
    interface IEquatable<RSASignaturePadding>
Public NotInheritable Class RSASignaturePadding
Implements IEquatable(Of RSASignaturePadding)
Inheritance
RSASignaturePadding
Attributes
Implements

Properties

Mode

Gets the padding mode of this RSASignaturePadding instance.

Pkcs1

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

Pss

Gets an object that uses PSS padding mode.

Methods

Equals(Object)

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

Equals(RSASignaturePadding)

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

GetHashCode()

Returns the hash code for this RSASignaturePadding instance.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns the string representation of the current RSASignaturePadding instance.

Operators

Equality(RSASignaturePadding, RSASignaturePadding)

Indicates whether two specified RSASignaturePadding objects are equal.

Inequality(RSASignaturePadding, RSASignaturePadding)

Indicates whether two specified RSASignaturePadding objects are unequal.

Applies to