SecureBlackbox 2020 iOS Edition

Questions / Feedback?

CRLEntryInfoCertStatus (property)

Returns the status of the certificate.

Syntax

@property (nonatomic,readonly,assign,getter=CRLEntryInfoCertStatus) int CRLEntryInfoCertStatus;
- (int)CRLEntryInfoCertStatus;

/* Possible Values */
CS_UNKNOWN(0),
CS_GOOD(1),
CS_REVOKED(2)
public var CRLEntryInfoCertStatus: CrlmanagerCRLEntryInfoCertStatus {
  get {...}
}
public enum CrlmanagerCRLEntryInfoCertStatus : Int32 { case csUnknown = 0 case csGood = 1 case csRevoked = 2 }

Default Value

0

Remarks

Returns the status of the certificate.

csUnknown0
csGood1
csRevoked2

This property is read-only.

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