/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

DirectoryServerCertStore Property

The name of the certificate store for the client certificate.

Syntax

ANSI (Cross Platform)
int GetDirectoryServerCertStore(char* &lpDirectoryServerCertStore, int &lenDirectoryServerCertStore);
int SetDirectoryServerCertStore(const char* lpDirectoryServerCertStore, int lenDirectoryServerCertStore); Unicode (Windows) INT GetDirectoryServerCertStore(LPSTR &lpDirectoryServerCertStore, INT &lenDirectoryServerCertStore);
INT SetDirectoryServerCertStore(LPCSTR lpDirectoryServerCertStore, INT lenDirectoryServerCertStore);
@property (nonatomic,readwrite,assign,getter=directoryServerCertStore,setter=setDirectoryServerCertStore:) NSString* directoryServerCertStore;
- (NSString*)directoryServerCertStore;
- (void)setDirectoryServerCertStore:(NSString*)newDirectoryServerCertStore;

@property (nonatomic,readwrite,assign,getter=directoryServerCertStoreB,setter=setDirectoryServerCertStoreB:) NSData* directoryServerCertStoreB; - (NSData*)directoryServerCertStoreB; - (void)setDirectoryServerCertStoreB:(NSData*)newDirectoryServerCertStore;
#define PID_CLIENT_DIRECTORYSERVERCERTSTORE 28

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Client_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

"MY"

Remarks

The name of the certificate store for the client certificate.

The DirectoryServerCertStoreType property specifies the type of the certificate store specified by DirectoryServerCertStore. If the store is password protected, specify the password in DirectoryServerCertStorePassword.

DirectoryServerCertStore is used in conjunction with the DirectoryServerCertSubject property in order to specify client certificates. If DirectoryServerCertStore has a value, and DirectoryServerCertSubject or DirectoryServerCertEncoded is set, a search for a certificate is initiated. Please refer to the DirectoryServerCertSubject 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).

Data Type

Binary String

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