KeyAttestationHelper.GetTpmAttestationCredentialId(String) 메서드

정의

TPM 키 증명 자격 증명에서 자격 증명 ID를 가져옵니다.

public:
 static Platform::String ^ GetTpmAttestationCredentialId(Platform::String ^ credential);
 static winrt::hstring GetTpmAttestationCredentialId(winrt::hstring const& credential);
public static string GetTpmAttestationCredentialId(string credential);
function getTpmAttestationCredentialId(credential)
Public Shared Function GetTpmAttestationCredentialId (credential As String) As String

매개 변수

credential
String

Platform::String

winrt::hstring

자격 증명 ID를 가져올 TPM 키 증명 자격 증명입니다.

반환

String

Platform::String

winrt::hstring

TPM 키 증명 자격 증명의 자격 증명 ID입니다.

적용 대상