Discuss this help topic in SecureBlackbox Forum
This topic is under development.
Declaration
[C#]
string DefaultPassiveAuthnContextClassRef;
[VB.NET]
Property DefaultPassiveAuthnContextClassRef As String
[Pascal]
property DefaultPassiveAuthnContextClassRef : string;
[C++]
void get_DefaultPassiveAuthnContextClassRef(std::string &OutResult);
void set_DefaultPassiveAuthnContextClassRef(const std::string &Value);
[PHP]
string get_DefaultPassiveAuthnContextClassRef()
void set_DefaultPassiveAuthnContextClassRef(string $Value)
[Java]
String getDefaultPassiveAuthnContextClassRef();
void setDefaultPassiveAuthnContextClassRef(String Value);
Description
Discuss this help topic in SecureBlackbox Forum