Freigeben über


KeyAttestationHelper.DecryptTpmAttestationCredentialAsync Methode

Definition

Ü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

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

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

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

Wenn diese Methode abgeschlossen ist, werden die entschlüsselten NACHWEISanmeldeinformationen für TPM-Schlüssel zurückgegeben.

Attribute

Weitere Informationen

Gilt für: