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 | 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
KeyedHashSignatureFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace