Share via


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
public property AlgorithmURI  Gets the signature algorithm Uniform Resource Identifier (URI).(inherited from SignatureFormatter)
public property Key Gets or sets the key that will be used for signing and verifying signatures.

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

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