次の方法で共有


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。

適用対象