KeyAttestationHelper.GetTpmAttestationCredentialId(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the credential ID from a TPM key attestation credential.
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
Parameters
- credential
-
String
Platform::String
winrt::hstring
The TPM key attestation credential to get the credential ID from.
Returns
The credential ID from the TPM key attestation credential.