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. Initializes a new instance of the TripleDES class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
EncryptionFormatter | Overridden. Gets the encryption formatter. |
![]() |
Key | Overridden. Gets and sets the key. |
![]() |
KeyBytes | Overridden. Gets and sets the key as an array of bytes. |
![]() |
KeyExchangeFormatter | Overridden. Gets the key exchange formatter. |
![]() |
KeySize | Overridden. Gets the key size. |
![]() |
SignatureFormatter | Overridden. Gets the signature formatter. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() ![]() |
Create | (Inherited from KeyAlgorithm ) |
![]() ![]() |
CreateEncryptionFormatter | (Inherited from KeyAlgorithm ) |
![]() ![]() |
CreateKeyExchangeFormatter | (Inherited from KeyAlgorithm ) |
![]() ![]() |
CreateSignatureFormatter | (Inherited from KeyAlgorithm ) |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
GenerateKey | Overridden. Generates the Triple DES key using the KeyBytes and KeySize properties. |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetType | (Inherited from Object ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
ToString | (Inherited from Object ) |
![]() ![]() |
VerifyValidAlgorithm | (Inherited from KeyAlgorithm ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
TripleDES Class
Microsoft.Web.Services3.Security.Cryptography Namespace