SymmetricKeyExchangeFormatter Members
Represents the abstract class from which implementations of symmetric key exchange formatters must derive.
The following tables list the members exposed by the SymmetricKeyExchangeFormatter type.
Protected Constructors
Name | Description | |
---|---|---|
SymmetricKeyExchangeFormatter | Overloaded. Initializes a new instance of the SymmetricKeyExchangeFormatter class. |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | Gets or sets the key wrapping method algorithm Uniform Resource Identifier (URI). (Inherited from KeyExchangeFormatter) | |
Key | Gets or sets the key that is during key exchange. | |
KeyBytes | Gets or sets the key. | |
Parameters | Gets or sets the parameters used in cryptographic operations. (Inherited from KeyExchangeFormatter) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
DecryptKey | (Inherited from KeyExchangeFormatter ) | |
EncryptKey | (Inherited from KeyExchangeFormatter ) | |
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
SymmetricKeyExchangeFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace