/n software 3-D Secure V2 ActiveX Edition

Questions / Feedback?

ACSRootCertStore Property

The name of the certificate store for the client certificate.

Syntax

clientcontrol.ACSRootCertStore(ACSRootCertIndex)[=string]

Default Value

"MY"

Remarks

The name of the certificate store for the client certificate.

The ACSRootCertStoreType property specifies the type of the certificate store specified by ACSRootCertStore. If the store is password protected, specify the password in ACSRootCertStorePassword.

ACSRootCertStore is used in conjunction with the ACSRootCertSubject property in order to specify client certificates. If ACSRootCertStore has a value, and ACSRootCertSubject or ACSRootCertEncoded is set, a search for a certificate is initiated. Please refer to the ACSRootCertSubject property for details.

Designations of certificate stores are platform-dependent.

The following are designations of the most common User and Machine certificate stores in Windows:

MYA certificate store holding personal certificates with their associated private keys.
CACertifying authority certificates.
ROOTRoot certificates.

When the certificate store type is PFXFile, this property must be set to the name of the file. When the type is PFXBlob, the property must be set to the binary contents of a PFX file (i.e. PKCS12 certificate store).

The ACSRootCertIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ACSRootCertCount property.

To read or write binary data to the property, a Variant (Byte Array) version is provided in .ACSRootCertStoreB.

This property is not available at design time.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 ActiveX Edition - Version 2.2 [Build 8318]