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

Questions / Feedback?

DirectoryServerCertStorePassword Property

If the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store.

Syntax

ANSI (Cross Platform)
char* GetDirectoryServerCertStorePassword();
int SetDirectoryServerCertStorePassword(const char* lpszDirectoryServerCertStorePassword); Unicode (Windows) LPWSTR GetDirectoryServerCertStorePassword();
INT SetDirectoryServerCertStorePassword(LPCWSTR lpszDirectoryServerCertStorePassword);
@property (nonatomic,readwrite,assign,getter=directoryServerCertStorePassword,setter=setDirectoryServerCertStorePassword:) NSString* directoryServerCertStorePassword;
- (NSString*)directoryServerCertStorePassword;
- (void)setDirectoryServerCertStorePassword:(NSString*)newDirectoryServerCertStorePassword;
#define PID_CLIENT_DIRECTORYSERVERCERTSTOREPASSWORD 29

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

""

Remarks

If the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store.

Data Type

String

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