EncryptionUtility.DecryptText メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DecryptText(String) |
の EncryptText メソッドによって暗号化されたテキスト文字列の EncryptionUtility暗号化を解除します。暗号化解除証明書のストアの場所は LocalMachine であると見なされます。 |
DecryptText(String, StoreLocation) |
の EncryptText メソッドによって暗号化されたテキスト文字列を EncryptionUtility復号化します。 |
DecryptText(String)
の EncryptText メソッドによって暗号化されたテキスト文字列の EncryptionUtility暗号化を解除します。暗号化解除証明書のストアの場所は LocalMachine であると見なされます。
public static System.Security.SecureString DecryptText (string textToDecrypt);
static member DecryptText : string -> System.Security.SecureString
Public Shared Function DecryptText (textToDecrypt As String) As SecureString
パラメーター
- textToDecrypt
- String
暗号化解除する暗号化されたテキスト。
戻り値
復号化されたテキストを として SecureString指定します。
適用対象
DecryptText(String, StoreLocation)
の EncryptText メソッドによって暗号化されたテキスト文字列を EncryptionUtility復号化します。
public static System.Security.SecureString DecryptText (string textToDecrypt, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation);
static member DecryptText : string * System.Security.Cryptography.X509Certificates.StoreLocation -> System.Security.SecureString
Public Shared Function DecryptText (textToDecrypt As String, storeLocation As StoreLocation) As SecureString
パラメーター
- textToDecrypt
- String
暗号化解除する暗号化されたテキスト。
- storeLocation
- StoreLocation
暗号化解除証明書を取得する証明書ストアの場所。
戻り値
復号化されたテキストを として SecureString指定します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET