WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

SymmetricEncryption Methods

The SymmetricEncryption type exposes the following members.

Methods


  Name Description
Public method 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.
Public method DecryptString
Decrypts the string. Returns null if the input is null.
Protected method Dispose(Boolean) (Inherited from LicenseBase.)
Public method Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from LicenseBase.)
Public method Encrypt
Encrypts the specified clear bytes. Returns null if the input is null.
Public method EncryptString
Encrypts the string. Returns null if the input is null.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected method GetIsLicensed (Inherited from LicenseBase.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Query (Inherited from LicenseBase.)
Protected method QueryLicenseStatus (Inherited from LicenseBase.)
Public method Static member SetPassword
Gets or sets the password used by the Instance.
Public method ToString (Inherited from Object.)