Decode

SymmetricEncryption.Decode method

提供されたアルゴリズム タイプ、キー、およびソルト パラメータに基づいて文字列を復号化します

public string Decode(string source)
パラメータ タイプ 説明
source String デコードする暗号化文字列。

戻り値

復号化された文字列を返します。

関連項目