SmartCardAutomaticResponseApdu.AllowWhenCryptogramGeneratorNotPrepared 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자 권한 부여 없이 암호화 자료를 사용할 수 없는 경우 자동 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에서 도입되었습니다.)
|