Discuss this help topic in SecureBlackbox Forum
Specifies the authentication declaration reference.
Declaration
[C#]
string AuthnContextDeclRef;
[VB.NET]
Property AuthnContextDeclRef As String
[Pascal]
property AuthnContextDeclRef : TElSAMLAuthnContextDeclRef;
[C++]
void get_AuthnContextDeclRef(std::string &OutResult);
void set_AuthnContextDeclRef(const std::string &Value);
[PHP]
string get_AuthnContextDeclRef()
void set_AuthnContextDeclRef(string $Value)
[Java]
String getAuthnContextDeclRef();
void setAuthnContextDeclRef(String Value);
Description
Use this property to specify the authentication declaration reference.
Discuss this help topic in SecureBlackbox Forum