Encode

SymmetricEncryptionAttribute.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 encoded string.

See Also