AsymmetricSignatureFormatter Members
Represents the abstract class from which implementations of signature formatters with asymmetric keys must derive.
The following tables list the members exposed by the AsymmetricSignatureFormatter type.
Protected Constructors
Name | Description | |
---|---|---|
AsymmetricSignatureFormatter |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | Gets the signature algorithm Uniform Resource Identifier (URI). (Inherited from SignatureFormatter) | |
Key | Gets or sets the key that will be used for signing and verifying signatures. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
Sign | Overloaded. (Inherited from SignatureFormatter ) | |
ToString | (Inherited from Object ) | |
Verify | Overloaded. (Inherited from SignatureFormatter ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
AsymmetricSignatureFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace