KeyAttestationHelper.DecryptTpmAttestationCredentialAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DecryptTpmAttestationCredentialAsync(String) |
TPM キー構成証明資格情報を復号化します。 |
DecryptTpmAttestationCredentialAsync(String, String) |
TPM キー構成証明資格情報を復号化します。 |
DecryptTpmAttestationCredentialAsync(String)
TPM キー構成証明資格情報を復号化します。
public:
static IAsyncOperation<Platform::String ^> ^ DecryptTpmAttestationCredentialAsync(Platform::String ^ credential);
/// [Windows.Foundation.Metadata.Overload("DecryptTpmAttestationCredentialAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<winrt::hstring> DecryptTpmAttestationCredentialAsync(winrt::hstring const& credential);
[Windows.Foundation.Metadata.Overload("DecryptTpmAttestationCredentialAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> DecryptTpmAttestationCredentialAsync(string credential);
function decryptTpmAttestationCredentialAsync(credential)
Public Shared Function DecryptTpmAttestationCredentialAsync (credential As String) As IAsyncOperation(Of String)
パラメーター
- credential
-
String
Platform::String
winrt::hstring
戻り値
- 属性
適用対象
DecryptTpmAttestationCredentialAsync(String, String)
TPM キー構成証明資格情報を復号化します。
public:
static IAsyncOperation<Platform::String ^> ^ DecryptTpmAttestationCredentialAsync(Platform::String ^ credential, Platform::String ^ containerName);
/// [Windows.Foundation.Metadata.Overload("DecryptTpmAttestationCredentialWithContainerNameAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<winrt::hstring> DecryptTpmAttestationCredentialAsync(winrt::hstring const& credential, winrt::hstring const& containerName);
[Windows.Foundation.Metadata.Overload("DecryptTpmAttestationCredentialWithContainerNameAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<string> DecryptTpmAttestationCredentialAsync(string credential, string containerName);
function decryptTpmAttestationCredentialAsync(credential, containerName)
Public Shared Function DecryptTpmAttestationCredentialAsync (credential As String, containerName As String) As IAsyncOperation(Of String)
パラメーター
- credential
-
String
Platform::String
winrt::hstring
暗号化を解除する TPM キー構成証明資格情報。
- containerName
-
String
Platform::String
winrt::hstring
資格情報のコンテナー名。
戻り値
このメソッドが完了すると、復号化された TPM キー構成証明資格情報が返されます。
- 属性