Share via


EncryptionFormatter Members

Represents the abstract class from which implementations of encryption formatters must derive.

The following tables list the members exposed by the EncryptionFormatter type.

Protected Constructors

  Name Description
EncryptionFormatter  

Top

Public Properties

  Name Description
public property AlgorithmURI A string representing the encryption method algorithm Uniform Resource Identifier (URI).
public property Parameters A string representing the parameters used by cryptographic operations.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Decrypt Decrypts the specified data.
public method Encrypt Encrypts the specified data.
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method ToString  (inherited from Object )

Top

Protected Methods

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

Top

See Also

Reference

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