Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.54 KB

smartcardprovisioning_requestvirtualsmartcardcreationasync_797724862.md

File metadata and controls

34 lines (24 loc) · 1.54 KB
-api-id -api-type
M:Windows.Devices.SmartCards.SmartCardProvisioning.RequestVirtualSmartCardCreationAsync(System.String,Windows.Storage.Streams.IBuffer,Windows.Devices.SmartCards.SmartCardPinPolicy)
winrt method

Windows.Devices.SmartCards.SmartCardProvisioning.RequestVirtualSmartCardCreationAsync

-description

Creates a Trusted Platform Module (TPM) virtual smart card with a given human-readable name, admin key, and personal identification number (PIN) rules set.

-parameters

-param friendlyName

The smart card's human-readable name.

-param administrativeKey

The smart card's admin key (also known as an administrator PIN or unblock PIN).

-param pinPolicy

The smart card's PIN rules set.

-returns

After the operation completes, returns an instance of SmartCardProvisioning, representing the configured TPM virtual smart card.

-remarks

When this method is called, it displays a UI to get the PIN from the user.

-examples

-see-also

RequestVirtualSmartCardCreationAsync(String, IBuffer, SmartCardPinPolicy, Guid), Create an NFC Smart Card app (applies to Windows 10 Mobile only)