AES128EncryptionFormatter Members
Represents an implementation of the EncryptionFormatter class used for encryption with 128-bit AES keys. This class cannot be inherited.
The following tables list the members exposed by the AES128EncryptionFormatter type.
Public Constructors
Name | Description | |
---|---|---|
AES128EncryptionFormatter | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | Overridden. Gets the algorithm Uniform Resource Identifier (URI) for AES encryption with 128-bit keys. | |
Key | Overridden. Sets the key that will be used to encrypt and decrypt. | |
KeyBytes | Overridden. Gets or sets the key. | |
Parameters | A string representing the parameters used by cryptographic operations.(inherited from EncryptionFormatter) |
Top
Public Methods
Name | Description | |
---|---|---|
Decrypt | See Microsoft.Web.Services2.Security.Cryptography.EncryptionFormatter.Decrypt . (inherited from SymmetricEncryptionFormatter) | |
Encrypt | See Microsoft.Web.Services2.Security.Cryptography.EncryptionFormatter.Encrypt . (inherited from SymmetricEncryptionFormatter) | |
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
See Also
Reference
AES128EncryptionFormatter Class
Microsoft.Web.Services2.Security.Cryptography Namespace