SmartCardProvisioning.FromSmartCardAsync(SmartCard) 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.
Returns a smart card to be configured.
public:
static IAsyncOperation<SmartCardProvisioning ^> ^ FromSmartCardAsync(SmartCard ^ card);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<SmartCardProvisioning> FromSmartCardAsync(SmartCard const& card);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SmartCardProvisioning> FromSmartCardAsync(SmartCard card);
function fromSmartCardAsync(card)
Public Shared Function FromSmartCardAsync (card As SmartCard) As IAsyncOperation(Of SmartCardProvisioning)
Parameters
- card
- SmartCard
The specified smart card.
Returns
An instance of SmartCardProvisioning, representing the smart card to be configured.
- Attributes