AsymmetricSignatureDeformatter Class
Represents the abstract base class from which all implementations of asymmetric signature deformatters derive.
Assembly: mscorlib (in mscorlib.dll)
System.Security.Cryptography::AsymmetricSignatureDeformatter
System.Security.Cryptography::DSASignatureDeformatter
System.Security.Cryptography::RSAPKCS1SignatureDeformatter
| Name | Description | |
|---|---|---|
![]() | AsymmetricSignatureDeformatter() | Initializes a new instance of AsymmetricSignatureDeformatter. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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(array<Byte>^, array<Byte>^) | When overridden in a derived class, verifies the signature for the specified data. |
![]() | VerifySignature(HashAlgorithm^, array<Byte>^) | Verifies the signature from the specified hash value. |
Asymmetric signature deformatters verify the digital signatures that are created using implementations of AsymmetricSignatureFormatter.
Available since 1.1
Windows Phone Silverlight
Available since 7.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

