SecureBlackbox 2020 PHP Edition

Questions / Feedback?

CRLCAKeyID Property

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

Object Oriented Interface

public function getCRLCAKeyID();
public function setCRLCAKeyID($value);

Procedural Interface

secureblackbox_crlmanager_get($res, 4 );
secureblackbox_crlmanager_set($res, 4, $value );

Remarks

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

This property is not available at design time.

Data Type

Byte Array

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