Discuss this help topic in SecureBlackbox Forum
This property defines whether certificate is intended for server authentication.
Declaration
[C#]
bool ServerAuthentication;
[VB.NET]
Property ServerAuthentication As Boolean
[Pascal]
property ServerAuthentication : boolean;
[C++]
bool get_ServerAuthentication();
void set_ServerAuthentication(bool Value);
[PHP]
bool get_ServerAuthentication()
void set_ServerAuthentication(bool $Value)
[Java]
boolean getServerAuthentication();
void setServerAuthentication(boolean Value);
Description
This property defines whether certificate is intended for server authentication.
Discuss this help topic in SecureBlackbox Forum