次の方法で共有


EncryptionUtility.DecryptValue(String) メソッド

定義

注意事項

Deprecated DecryptText

EncryptValue を呼び出して暗号化された文字列値を復号化します。 このメソッドは非推奨です。代わりに EncryptText メソッドを使用する必要があります。

[System.Obsolete("Deprecated DecryptText", false)]
public static string DecryptValue(string textToDecrypt);
[<System.Obsolete("Deprecated DecryptText", false)>]
static member DecryptValue : string -> string
Public Shared Function DecryptValue (textToDecrypt As String) As String

パラメーター

textToDecrypt
String

復号化する文字列値。

戻り値

復号化された値。

属性

適用対象