SmartCard.GetAnswerToResetAsync Method

Definition

Returns the smart card's Answer to Reset (ATR), a standard series of bytes that contains info about the smart card's characteristics, behaviors, and state.

public:
 virtual IAsyncOperation<IBuffer ^> ^ GetAnswerToResetAsync() = GetAnswerToResetAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IBuffer> GetAnswerToResetAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IBuffer> GetAnswerToResetAsync();
function getAnswerToResetAsync()
Public Function GetAnswerToResetAsync () As IAsyncOperation(Of IBuffer)

Returns

The smart card's ATR byte set.

Attributes

Applies to

See also