Discuss this help topic in SecureBlackbox Forum
This property defines whether certificate is intended for client authentication.
Declaration
[C#]
bool ClientAuthentication;
[VB.NET]
Property ClientAuthentication As Boolean
[Pascal]
property ClientAuthentication : boolean;
[C++]
bool get_ClientAuthentication();
void set_ClientAuthentication(bool Value);
[PHP]
bool get_ClientAuthentication()
void set_ClientAuthentication(bool $Value)
[Java]
boolean getClientAuthentication();
void setClientAuthentication(boolean Value);
Description
This property defines whether certificate is intended for client authentication.
Discuss this help topic in SecureBlackbox Forum