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. |
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 Microsoft.Web.Services2.Security.Cryptography.EncryptionFormatter.Decrypt . | |
Encrypt | Overridden. See Microsoft.Web.Services2.Security.Cryptography.EncryptionFormatter.Encrypt . | |
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (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.Services2.Security.Cryptography Namespace