Decode

SymmetricEncryptionAttribute.Decode method

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

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

戻り値

デコードされた文字列を返します。

関連項目