SymmetricEncryptionFormatter Members
Represents the abstract base class for symmetric encryption formatters.
The following tables list the members exposed by the SymmetricEncryptionFormatter type.
Protected Constructors
Name | Description | |
---|---|---|
SymmetricEncryptionFormatter | Overloaded. Initializes a new instance of the SymmetricEncryptionFormatter class. |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | A string representing the encryption method algorithm Uniform Resource Identifier (URI). (Inherited from EncryptionFormatter) | |
Key | Gets or sets the key that is used to encrypt and decrypt data. | |
KeyBytes | Gets or sets the key. | |
Parameters | A string representing the parameters used by cryptographic operations. (Inherited from EncryptionFormatter) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Decrypt | Overridden. See EncryptionFormatter.Decrypt . | |
Encrypt | Overridden. See EncryptionFormatter.Encrypt . | |
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
SymmetricEncryptionFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace