SecureBlackbox 2020 iOS Edition

Questions / Feedback?

CRLEntryInfoRevocationReason (property)

Specifies the reason for certificate revocation.

Syntax

@property (nonatomic,readonly,assign,getter=CRLEntryInfoRevocationReason) int CRLEntryInfoRevocationReason;
- (int)CRLEntryInfoRevocationReason;
public var CRLEntryInfoRevocationReason: Int32 {
  get {...}
}

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.

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