SignatureDescription Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The SecurityElement from which to get the algorithms for the signature description.
Exceptions
The el
parameter is null
.