SmartCardPinResetHandler Delegate
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.
Represents a method that handles a smart card personal identification number (PIN) reset.
public delegate void SmartCardPinResetHandler(SmartCardProvisioning ^ sender, SmartCardPinResetRequest ^ request);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(328031808, 62396, 19036, 180, 29, 75, 78, 246, 132, 226, 55)]
class SmartCardPinResetHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(328031808, 62396, 19036, 180, 29, 75, 78, 246, 132, 226, 55)]
public delegate void SmartCardPinResetHandler(SmartCardProvisioning sender, SmartCardPinResetRequest request);
var smartCardPinResetHandlerHandler = function(sender, request){
/* Your code */
}
Public Delegate Sub SmartCardPinResetHandler(sender As SmartCardProvisioning, request As SmartCardPinResetRequest)
Parameters
- sender
- SmartCardProvisioning
An instance of an existing, configured physical smart card or Trusted Platform Module (TPM) virtual smart card.
- request
- SmartCardPinResetRequest
An instance of a smart card PIN reset request.
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|