Share via


SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared Property

Definition

Gets or sets a Boolean value indicating whether to continue with Automatic APDU processing if Cryptogram Materials cannot be prepared for use without user authorization.

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

Property Value

Boolean

bool

The boolean value indicating whether to continue with Automatic APDU processing if Cryptogram Materials cannot be prepared for use without user authorization.

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.14393.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v3.0)

Applies to