Encode

IDataEncryption.Encode method

Encode method to encrypt string.

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

Return Value

Returns encrypted string

See Also