SecureBlackbox 2020 C++ Edition

Questions / Feedback?

CRLEntryInfoCertStatus Property

Returns the status of the certificate.

Syntax

ANSI (Cross Platform)
int GetCRLEntryInfoCertStatus();

Unicode (Windows)
INT GetCRLEntryInfoCertStatus();

Possible Values

CS_UNKNOWN(0), 
CS_GOOD(1),
CS_REVOKED(2)
@property (nonatomic,readonly,assign,getter=CRLEntryInfoCertStatus) int CRLEntryInfoCertStatus;
- (int)CRLEntryInfoCertStatus;

Possible Values

CS_UNKNOWN(0), 
CS_GOOD(1),
CS_REVOKED(2)
#define PID_CRLMANAGER_CRLENTRYINFOCERTSTATUS 15

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_CRLManager_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

Returns the status of the certificate.

csUnknown0
csGood1
csRevoked2

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

Data Type

Integer

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