AsymmetricSignatureFormatter Class
Represents the base class from which all implementations of asymmetric signature formatters derive.
Assembly: mscorlib (in mscorlib.dll)
System.Security.Cryptography::AsymmetricSignatureFormatter
System.Security.Cryptography::DSASignatureFormatter
System.Security.Cryptography::RSAPKCS1SignatureFormatter
| Name | Description | |
|---|---|---|
![]() | AsymmetricSignatureFormatter() | Initializes a new instance of AsymmetricSignatureFormatter. |
| Name | Description | |
|---|---|---|
![]() | CreateSignature(array<Byte>^) | When overridden in a derived class, creates the signature for the specified data. |
![]() | CreateSignature(HashAlgorithm^) | Creates the signature from the specified hash value. |
![]() | 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 creating the signature. |
![]() | SetKey(AsymmetricAlgorithm^) | When overridden in a derived class, sets the asymmetric algorithm to use to create the signature. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Asymmetric signature formatters create digital signatures that are verified using implementations of AsymmetricSignatureDeformatter.
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.

