CertExtendedKeyUsage Property

A comma-delimited list of extended key usage identifiers.

Object Oriented Interface

public function getCertExtendedKeyUsage();
public function setCertExtendedKeyUsage($value);

Procedural Interface

ipworksssh_certmgr_get($res, 4 );
ipworksssh_certmgr_set($res, 4, $value );

Default Value

''

Remarks

A comma-delimited list of extended key usage identifiers. These are the same as ASN.1 Object-Identifiers (OIDs).

Data Type

String

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 PHP Edition - Version 20.0 [Build 8501]