Act.Security.Cryptography DebugHelper () |
n/a
|
public class Act.Security.Cryptography.DebugHelper
|
--> NONE <--
|
- Constructor: public DebugHelper ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static void InitDebugSession (out Security security)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.Security.Cryptography DebugLogger () |
n/a
|
public class Act.Security.Cryptography.DebugLogger
|
--> NONE <--
|
- Constructor: public DebugLogger ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public void Log (string value)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
|
Act.Security.Cryptography HexEncoding () |
n/a
|
public class Act.Security.Cryptography.HexEncoding
|
--> NONE <--
|
- Constructor: public HexEncoding ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method: public static int GetByteCount (string hexString)
- Method: public static byte[] GetBytes (string hexString, out int discarded)
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method: public static bool InHexFormat (string hexString)
- Method: public static bool IsHexDigit (char c)
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Method: public static string ToString (byte[] bytes)
|
Act.Security.Cryptography SecuredString () |
n/a
|
public class Act.Security.Cryptography.SecuredString
|
--> NONE <--
|
- Constructor: public SecuredString (string value)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method: public string GetString ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public override string ToString ()
- Nested Type: public sealed enum Store
                    USE_MACHINE_STORE = 1,                     USE_USER_STORE = 2
|
Act.Security.Cryptography Security () |
n/a
|
public class Act.Security.Cryptography.Security
|
--> NONE <--
|
- Constructor: public Security ()
- Field: public static string hexIVOld
- Field: public static string hexKeyOld
- Method: public string Decrypt (byte[] byteArray2Decrypt, bool throwError)
- Method: public string Decrypt (string hexString2Decrypt)
- Method: public string Decrypt (string hexString2Decrypt, string hkey, string hiv)
- Method: public string DecryptDeprecated (string hexStringToDecrypt)
- Method: public byte[] Encrypt (string string2Encrypt, bool useTextConverter)
- Method: public string EncryptToString (string string2Encrypt)
- Method: public string EncryptToString (string string2Encrypt, string hkey, string hiv)
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method: public void SetDebugLogger (DebugLogger log)
- Method (i): public virtual string ToString ()
|