EncryptionFormatter Members
Represents the abstract class from which implementations of encryption formatters must derive.
The following tables list the members exposed by the EncryptionFormatter type.
Protected Constructors
Name | Description | |
---|---|---|
EncryptionFormatter |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | A string representing the encryption method algorithm Uniform Resource Identifier (URI). | |
Parameters | A string representing the parameters used by cryptographic operations. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Decrypt | Decrypts the specified data. | |
Encrypt | Encrypts the specified data. | |
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
EncryptionFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace