SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

CRLEntryInfoRevocationReason Property

Specifies the reason for certificate revocation.

Syntax

ANSI (Cross Platform)
int GetCRLEntryInfoRevocationReason();

Unicode (Windows)
INT GetCRLEntryInfoRevocationReason();
@property (nonatomic,readonly,assign,getter=CRLEntryInfoRevocationReason) int CRLEntryInfoRevocationReason;
- (int)CRLEntryInfoRevocationReason;
#define PID_CRLMANAGER_CRLENTRYINFOREVOCATIONREASON 18

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_CRLManager_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

Specifies the reason for certificate revocation.

rrUnknown0x0000
rrUnspecified0x0001
rrKeyCompromise0x0002
rrCACompromise0x0004
rrAffiliationChanged0x0008
rrSuperseded0x0010
rrCessationOfOperation0x0020
rrCertificateHold0x0040
rrRemoveFromCRL0x0080
rrPrivilegeWithdrawn0x0100
rrAACompromise0x0200

This property is read-only and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Edition - Version 20.0 [Build 8166]