Share via


TripleDES Members

Represents the abstract base class from which other classes performing Triple DES cryptography must derive.

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

Public Constructors

  Name Description
TripleDES Overloaded.  

Top

Public Properties

  Name Description
public property EncryptionFormatter Overridden. Gets the encryption formatter.
public property Key Overridden. Gets and sets the key.
public property KeyBytes Overridden. Gets and sets the key as an array of bytes.
public property KeyExchangeFormatter Overridden. Gets the key exchange formatter.
public property KeySize Overridden. Gets the key size.
public property SignatureFormatter Overridden. Gets the signature formatter.

Top

Public Methods

  Name Description
public method Equals  (inherited from Object )
public method GenerateKey Overridden. Generates the Triple DES key using the KeyBytes and KeySize properties.
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method ToString  (inherited from Object )

Top

See Also

Reference

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