AES256EncryptionFormatter Members
Represents an implementation of the EncryptionFormatter class used for encryption with 256-bit AES keys. This class cannot be inherited.
The following tables list the members exposed by the AES256EncryptionFormatter type.
Public Constructors
Name | Description | |
---|---|---|
AES256EncryptionFormatter | Overloaded. Creates an instance of AES256EncryptionFormatter. |
Top
Public Properties
Name | Description | |
---|---|---|
AlgorithmURI | Overridden. Gets the algorithm Uniform Resource Identifier (URI) for AES encryption with 256-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
(see also Protected Methods )
Name | Description | |
---|---|---|
Decrypt | (Inherited from SymmetricEncryptionFormatter ) | |
Encrypt | (Inherited from SymmetricEncryptionFormatter ) | |
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
AES256EncryptionFormatter Class
Microsoft.Web.Services3.Security.Cryptography Namespace