EDI Integrator 2016 C++ Builder Edition
EDI Integrator 2016 C++ Builder Edition
Questions / Feedback?

CertExtensionValue Property

The raw value of this certificate extension.

Syntax

__property String CertExtensionValue[int CertExtensionIndex] = {read=FCertExtensionValue, write=FSetCertExtensionValue};

__property RawByteString CertExtensionValueB[int CertExtensionIndex] = {read=FCertExtensionValueB, write=FSetCertExtensionValueB};

Default Value

""

Remarks

The raw value of this certificate extension. This value is encoded according to the extension's ASN.1 specification.

The size of the array is controlled by the CertExtensionCount property.

This property is read-only and not available at design time.

Data Type

Binary String

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7240]