Discuss this help topic in SecureBlackbox Forum
Specifies whether NSS-compliant mode should be used.
Declaration
[VB.NET]
Property UseNSSMode As Boolean
[Pascal]
property UseNSSMode : boolean;
[C++]
bool get_UseNSSMode();
void set_UseNSSMode(bool Value);
[PHP]
bool get_UseNSSMode()
void set_UseNSSMode(bool $Value)
[Java]
boolean getUseNSSMode();
void setUseNSSMode(boolean Value);
Description
NSS PKCS#11 driver is slightly incompatible with the original PKCS#11 specification.
Set this property to
True if your application must communicate with NSS driver.
Discuss this help topic in SecureBlackbox Forum