KeyAttestationHelper.DecryptTpmAttestationCredentialAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
DecryptTpmAttestationCredentialAsync(String) |
Entschlüsselt anmeldeinformationen zum Nachweis eines TPM-Schlüssels. |
DecryptTpmAttestationCredentialAsync(String, String) |
Entschlüsselt anmeldeinformationen zum Nachweis eines TPM-Schlüssels. |
DecryptTpmAttestationCredentialAsync(String)
Entschlüsselt anmeldeinformationen zum Nachweis eines TPM-Schlüssels.
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)
Parameter
- credential
-
String
Platform::String
winrt::hstring
Gibt zurück
- Attribute
Gilt für:
DecryptTpmAttestationCredentialAsync(String, String)
Entschlüsselt anmeldeinformationen zum Nachweis eines TPM-Schlüssels.
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)
Parameter
- credential
-
String
Platform::String
winrt::hstring
Die zu entschlüsselnden TPM-Schlüsselnachweisanmeldeinformationen.
- containerName
-
String
Platform::String
winrt::hstring
Der Containername der Anmeldeinformationen.
Gibt zurück
Wenn diese Methode abgeschlossen ist, werden die entschlüsselten NACHWEISanmeldeinformationen für TPM-Schlüssel zurückgegeben.
- Attribute