SmartCardPinResetRequest SmartCardPinResetRequest SmartCardPinResetRequest SmartCardPinResetRequest Class

Definition

Represents a smart card personal identification number (PIN) reset request.

public : sealed class SmartCardPinResetRequest : ISmartCardPinResetRequestpublic sealed class SmartCardPinResetRequest : ISmartCardPinResetRequestPublic NotInheritable Class SmartCardPinResetRequest Implements ISmartCardPinResetRequest// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Challenge Challenge Challenge Challenge

Gets the smart card's challenge value.

public : IBuffer Challenge { get; }public IBuffer Challenge { get; }Public ReadOnly Property Challenge As IBuffer// You can use this property in JavaScript.
Value
IBuffer IBuffer IBuffer IBuffer

The smart card's challenge value.

See Also

Deadline Deadline Deadline Deadline

Gets the length of time to wait before requesting the smart card personal identification number (PIN) reset.

public : DateTime Deadline { get; }public DateTimeOffset Deadline { get; }Public ReadOnly Property Deadline As DateTimeOffset// You can use this property in JavaScript.
Value
DateTime DateTimeOffset DateTimeOffset DateTimeOffset

The length of time to wait before requesting the smart card PIN reset.

See Also

Methods

GetDeferral() GetDeferral() GetDeferral() GetDeferral()

Gets an instance of a wait time for a requested smart card personal identification number (PIN) reset.

public : SmartCardPinResetDeferral GetDeferral()public SmartCardPinResetDeferral GetDeferral()Public Function GetDeferral() As SmartCardPinResetDeferral// You can use this method in JavaScript.
Returns

An instance of a wait time for a requested smart card PIN reset.

See Also

SetResponse(IBuffer) SetResponse(IBuffer) SetResponse(IBuffer) SetResponse(IBuffer)

Sets the response to a smart card authentication challenge/response operation.

public : void SetResponse(IBuffer response)public void SetResponse(IBuffer response)Public Function SetResponse(response As IBuffer) As void// You can use this method in JavaScript.
Parameters
response
IBuffer IBuffer IBuffer IBuffer

The response to a smart card authentication challenge/response operation.

See Also

See Also