RSAPKCS1SHA256SignatureDescription Class

Definition

Creates RSAPKCS1SignatureFormatter and RSAPKCS1SignatureDeformatter objects.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class RSAPKCS1SHA256SignatureDescription sealed : System::Security::Cryptography::SignatureDescription
public sealed class RSAPKCS1SHA256SignatureDescription : System.Security.Cryptography.SignatureDescription
type RSAPKCS1SHA256SignatureDescription = class
    inherit SignatureDescription
Public NotInheritable Class RSAPKCS1SHA256SignatureDescription
Inherits SignatureDescription
Inheritance
RSAPKCS1SHA256SignatureDescription

Constructors

RSAPKCS1SHA256SignatureDescription()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the RSAPKCS1SHA256SignatureDescription class.

Properties

DeformatterAlgorithm

Gets or sets the deformatter algorithm for the signature description.

(Inherited from SignatureDescription)
DigestAlgorithm

Gets or sets the digest algorithm for the signature description.

(Inherited from SignatureDescription)
FormatterAlgorithm

Gets or sets the formatter algorithm for the signature description.

(Inherited from SignatureDescription)
KeyAlgorithm

Gets or sets the key algorithm for the signature description.

(Inherited from SignatureDescription)

Methods

CreateDeformatter(AsymmetricAlgorithm)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates an asymmetric signature deformatter instance that has the specified key.

CreateDigest()

Creates a HashAlgorithm instance using the DigestAlgorithm property.

(Inherited from SignatureDescription)
CreateFormatter(AsymmetricAlgorithm)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates an asymmetric signature formatter instance that has the specified key.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
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 a string that represents the current object.

(Inherited from Object)

Applies to