Share via


SmartCardPinResetRequest.Deadline Property

Definition

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

public:
 property DateTime Deadline { DateTime get(); };
DateTime Deadline();
public System.DateTimeOffset Deadline { get; }
var dateTime = smartCardPinResetRequest.deadline;
Public ReadOnly Property Deadline As DateTimeOffset

Property Value

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

Applies to

See also