Share via


SymmetricEncryptionFormatter Members

Represents the abstract base class for symmetric encryption formatters.

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

Protected Constructors

  Name Description
SymmetricEncryptionFormatter Overloaded.  

Top

Public Properties

  Name Description
public property AlgorithmURI  A string representing the encryption method algorithm Uniform Resource Identifier (URI).(inherited from EncryptionFormatter)
public property Key Gets or sets the key that is used to encrypt and decrypt data.
public property KeyBytes Gets or sets the key.
public property Parameters  A string representing the parameters used by cryptographic operations.(inherited from EncryptionFormatter)

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Decrypt Overridden. See Microsoft.Web.Services2.Security.Cryptography.EncryptionFormatter.Decrypt .
public method Encrypt Overridden. See Microsoft.Web.Services2.Security.Cryptography.EncryptionFormatter.Encrypt .
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

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