Compartir a través de


SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared Propiedad

Definición

Obtiene o establece un valor booleano que indica si se debe continuar con el procesamiento automático de APDU si los materiales criptogramas no se pueden preparar para su uso sin autorización de usuario.

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

Valor de propiedad

Boolean

bool

Valor booleano que indica si se debe continuar con el procesamiento automático de APDU si los materiales criptogramas no se pueden preparar para su uso sin autorización de usuario.

Requisitos de Windows

Familia de dispositivos
Windows Mobile Extension SDK (se introdujo en la versión 10.0.14393.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (se introdujo en la versión v3.0)

Se aplica a