KeyedHashSignatureFormatter Members
Represents the abstract base class from which implementations of keyed hash algorithms must derive.
The following tables list the members exposed by the KeyedHashSignatureFormatter type.
Protected Constructors
Name | Description | |
---|---|---|
KeyedHashSignatureFormatter |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | Gets the signature algorithm Uniform Resource Identifier (URI).(inherited from SignatureFormatter) | |
Key | Gets or sets the key. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (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
KeyedHashSignatureFormatter Class
Microsoft.Web.Services2.Security.Cryptography Namespace