AsymmetricSignatureDeformatter Class
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.
Represents the abstract base class from which all implementations of asymmetric signature deformatters derive.
public ref class AsymmetricSignatureDeformatter abstract
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public abstract class AsymmetricSignatureDeformatter
public abstract class AsymmetricSignatureDeformatter
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class AsymmetricSignatureDeformatter
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type AsymmetricSignatureDeformatter = class
type AsymmetricSignatureDeformatter = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type AsymmetricSignatureDeformatter = class
Public MustInherit Class AsymmetricSignatureDeformatter
- Inheritance
-
AsymmetricSignatureDeformatter
- Derived
- Attributes
Remarks
Asymmetric signature deformatters verify the digital signatures that are created using implementations of AsymmetricSignatureFormatter.
Constructors
AsymmetricSignatureDeformatter() |
Initializes a new instance of AsymmetricSignatureDeformatter. |
Methods
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) |
SetHashAlgorithm(String) |
When overridden in a derived class, sets the hash algorithm to use for verifying the signature. |
SetKey(AsymmetricAlgorithm) |
When overridden in a derived class, sets the public key to use for verifying the signature. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
VerifySignature(Byte[], Byte[]) |
When overridden in a derived class, verifies the signature for the specified data. |
VerifySignature(HashAlgorithm, Byte[]) |
Verifies the signature from the specified hash value. |