Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the abstract class from which implementations of key exchange formatters must derive.
The following tables list the members exposed by the KeyExchangeFormatter type.
Protected Constructors
Name | Description | |
---|---|---|
KeyExchangeFormatter |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
AlgorithmURI | Gets or sets the key wrapping method algorithm Uniform Resource Identifier (URI). |
![]() |
Parameters | Gets or sets the parameters used in cryptographic operations. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
DecryptKey | Decrypts the key. |
![]() |
EncryptKey | Encrypts the key. |
![]() |
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
KeyExchangeFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace