SmartCard.GetAnswerToResetAsync 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 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