SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared 속성

정의

사용자 권한 부여 없이 암호화 자료를 사용할 수 없는 경우 자동 APDU 처리를 계속할지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

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

속성 값

Boolean

bool

사용자 권한 부여 없이 암호화 자료를 사용할 수 없는 경우 자동 APDU 처리를 계속할지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

디바이스 패밀리
Windows Mobile Extension SDK (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (v3.0에서 도입되었습니다.)

적용 대상