SecureBlackbox 2020 iOS Edition

Questions / Feedback?

CRLCAKeyID (property)

A unique identifier (fingerprint) of the CA certificate's private key, if present in the CRL.

Syntax

@property (nonatomic,readwrite,assign,getter=CRLCAKeyID,setter=setCRLCAKeyID:) NSData* CRLCAKeyID;
- (NSData*)CRLCAKeyID;
- (void)setCRLCAKeyID:(NSData*)newCRLCAKeyID;
public var CRLCAKeyID: Data {
  get {...}
set {...} }

Remarks

A unique identifier (fingerprint) of the CA certificate's private key, if present in the CRL.

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