SecurityExtensions

Static members

Static memberDescription
ComputeHash(input, hashType)
Signature: (input:string * hashType:HashType) -> string

Computes the hash of the string using a specified hash algorithm

Decrypt(stringToDecrypt, key)
Signature: (stringToDecrypt:string * key:string) -> string

Decryptes a string using the supplied key. Decoding is done using RSA encryption.

Encrypt(stringToEncrypt, key)
Signature: (stringToEncrypt:string * key:string) -> string

Encryptes a string using the supplied key. Encoding is done using RSA encryption.

ToSecureString(str)
Signature: str:string -> SecureString

Converts a string into a "SecureString"