SignatureDescription Class
Definition
Contains information about the properties of a digital signature.
public ref class SignatureDescription
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public class SignatureDescription
public class SignatureDescription
[System.Runtime.InteropServices.ComVisible(true)]
public class SignatureDescription
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type SignatureDescription = class
type SignatureDescription = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type SignatureDescription = class
Public Class SignatureDescription
- Inheritance
-
SignatureDescription
- Derived
- Attributes
Constructors
SignatureDescription() |
Initializes a new instance of the SignatureDescription class. |
SignatureDescription(SecurityElement) |
Initializes a new instance of the SignatureDescription class from the specified SecurityElement. |
Properties
DeformatterAlgorithm |
Gets or sets the deformatter algorithm for the signature description. |
DigestAlgorithm |
Gets or sets the digest algorithm for the signature description. |
FormatterAlgorithm |
Gets or sets the formatter algorithm for the signature description. |
KeyAlgorithm |
Gets or sets the key algorithm for the signature description. |
Methods
CreateDeformatter(AsymmetricAlgorithm) |
Creates an AsymmetricSignatureDeformatter instance with the specified key using the DeformatterAlgorithm property. |
CreateDigest() |
Creates a HashAlgorithm instance using the DigestAlgorithm property. |
CreateFormatter(AsymmetricAlgorithm) |
Creates an AsymmetricSignatureFormatter instance with the specified key using the FormatterAlgorithm property. |
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) |