Share via


TripleDESEncryptionFormatter Members

Represents an implementation of the EncryptionFormatter class used for Triple DES encryption. This class cannot be inherited.

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

Public Constructors

  Name Description
TripleDESEncryptionFormatter Overloaded.  

Top

Public Properties

  Name Description
public property AlgorithmURI Overridden. The algorithm Uniform Resource Identifier (URI) for Triple DES encryption.
public property Key Overridden. Sets the key.
public property KeyBytes Overridden. The key as an array of bytes.
public property Parameters  A string representing the parameters used by cryptographic operations.(inherited from EncryptionFormatter)

Top

Public Methods

  Name Description
public method Decrypt  See Microsoft.Web.Services2.Security.Cryptography.EncryptionFormatter.Decrypt . (inherited from SymmetricEncryptionFormatter)
public method Encrypt  See Microsoft.Web.Services2.Security.Cryptography.EncryptionFormatter.Encrypt . (inherited from SymmetricEncryptionFormatter)
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

See Also

Reference

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