Share via


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
public property AlgorithmURI  Gets the signature algorithm Uniform Resource Identifier (URI).(inherited from SignatureFormatter)
public property Key Gets or sets the key.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method Sign  Overloaded. (inherited from SignatureFormatter )
public method ToString  (inherited from Object )
public method Verify  Overloaded. (inherited from SignatureFormatter )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

KeyedHashSignatureFormatter Class
Microsoft.Web.Services2.Security.Cryptography Namespace