Partager via


SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared Propriété

Définition

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é

Boolean

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)

S’applique à