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 키 증명 자격 증명을 반환합니다.
- 특성