SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur booléenne indiquant s’il faut poursuivre le traitement AUTOMATIQUE DE L’API si les éléments de chiffrement ne peuvent pas être préparés pour une utilisation sans autorisation de l’utilisateur.
public:
property bool AllowWhenCryptogramGeneratorNotPrepared { bool get(); void set(bool value); };
bool AllowWhenCryptogramGeneratorNotPrepared();
void AllowWhenCryptogramGeneratorNotPrepared(bool value);
public bool AllowWhenCryptogramGeneratorNotPrepared { get; set; }
var boolean = smartCardAutomaticResponseApdu.allowWhenCryptogramGeneratorNotPrepared;
smartCardAutomaticResponseApdu.allowWhenCryptogramGeneratorNotPrepared = boolean;
Public Property AllowWhenCryptogramGeneratorNotPrepared As Boolean
Valeur de propriété
bool
Valeur booléenne indiquant s’il faut poursuivre le traitement automatique de l’APDU si les éléments cryptogrammes ne peuvent pas être préparés pour une utilisation sans l’autorisation de l’utilisateur.
Configuration requise pour Windows
Famille d’appareils |
Windows Mobile Extension SDK (introduit dans 10.0.14393.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduit dans v3.0)
|