SymmetricEncryption Methods
The SymmetricEncryption type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Decrypt |
Decrypts the specified cipher bytes. Returns null if the input is null.
Throws ArgumentException if the cipherBytes length is too short to be valid encrypted data.
|
|
|
DecryptString |
Decrypts the string. Returns null if the input is null.
|
|
|
Dispose(Boolean) | (Inherited from LicenseBase.) |
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from LicenseBase.) |
|
|
Encrypt |
Encrypts the specified clear bytes. Returns null if the input is null.
|
|
|
EncryptString |
Encrypts the string. Returns null if the input is null.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetIsLicensed | (Inherited from LicenseBase.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Query | (Inherited from LicenseBase.) |
|
|
QueryLicenseStatus | (Inherited from LicenseBase.) |
|
|
SetPassword |
Gets or sets the password used by the Instance.
|
|
|
ToString | (Inherited from Object.) |

