TripleDESKeyExchangeFormatter Members
Represeents an abstract base class for KeyExchangeFormatter classes that implement the Triple DES algorithm. This class cannot be inherited.
The following tables list the members exposed by the TripleDESKeyExchangeFormatter type.
Public Constructors
Name | Description | |
---|---|---|
TripleDESKeyExchangeFormatter | Overloaded. Initializes a new instance of the TripleDESKeyExchangeFormatter class. |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | Overridden. Gets the algorithm Uniform Resource Identifier (URI) for Triple DES key encryption. | |
Key | Overridden. Sets the key that is used during key exchange. | |
KeyBytes | Overridden. The key as an array of bytes. | |
Parameters | Gets or sets the parameters used in cryptographic operations. (Inherited from KeyExchangeFormatter) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
DecryptKey | Overridden. Decrypts a key using the key wrapping algorithm defined in the XML Encryption specification. | |
EncryptKey | Overridden. Encrypts the key using the key wrapping algorithm defined in the XML Encryption specification. | |
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
TripleDESKeyExchangeFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace