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. Initializes a new instance of the TripleDESEncryptionFormatter class. |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | Overridden. The algorithm Uniform Resource Identifier (URI) for Triple DES encryption. | |
Key | Overridden. Sets the key. | |
KeyBytes | Overridden. The key as an array of bytes. | |
Parameters | A string representing the parameters used by cryptographic operations. (Inherited from EncryptionFormatter) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Decrypt | (Inherited from SymmetricEncryptionFormatter ) | |
Encrypt | (Inherited from SymmetricEncryptionFormatter ) | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
TripleDESEncryptionFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace