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

BytesExtension..::..AsDecryptFromBytes Method

Overload List


  Name Description
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][], KeyRing)
returns a string as encrypted bytes.
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][])
decrypt using a password and protection level that was previously encrypted using extension method AsEncryptedBytes(String)
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][], EncryptionScope)
decrypt using a password and protection level that was previously encrypted using extension method AsEncryptedBytes(String)
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][], X509Certificate2)
decrypt using a password and protection level that was previously encrypted using extension method AsEncryptedBytes(String)
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][], String)
decrypt using a password and protection level that was previously encrypted using extension method AsEncryptedBytes(String)
Public method Static member AsDecryptFromBytes(array<Byte>[]()[][], String, CipherMethod)
decrypt using a password and protection level that was previousely encrypted using extension method AsEncryptedBytes(String)