SignatureDescription Constructors

Definition

Initializes a new instance of the SignatureDescription class.

Overloads

SignatureDescription()

Initializes a new instance of the SignatureDescription class.

SignatureDescription(SecurityElement)

Initializes a new instance of the SignatureDescription class from the specified SecurityElement.

SignatureDescription()

Source:
SignatureDescription.cs
Source:
SignatureDescription.cs
Source:
SignatureDescription.cs

Initializes a new instance of the SignatureDescription class.

public:
 SignatureDescription();
public SignatureDescription ();
Public Sub New ()

See also

Applies to

SignatureDescription(SecurityElement)

Source:
SignatureDescription.cs
Source:
SignatureDescription.cs
Source:
SignatureDescription.cs

Initializes a new instance of the SignatureDescription class from the specified SecurityElement.

public:
 SignatureDescription(System::Security::SecurityElement ^ el);
public SignatureDescription (System.Security.SecurityElement el);
new System.Security.Cryptography.SignatureDescription : System.Security.SecurityElement -> System.Security.Cryptography.SignatureDescription
Public Sub New (el As SecurityElement)

Parameters

el
SecurityElement

The SecurityElement from which to get the algorithms for the signature description.

Exceptions

The el parameter is null.

See also

Applies to