Encode

SymmetricEncryption.Encode method

Encrypts string based on provided algorithm type, key and salt parameters

public string Encode(string source)
Parameter Type Description
source String Source string to encode.

Return Value

Returns encrypted string.

See Also