Discuss this help topic in SecureBlackbox Forum
Specifies the default mechanism to be used to confirm the subject.
Declaration
[C#]
string SubjectConfirmationMethod;
[VB.NET]
Property SubjectConfirmationMethod As String
[Pascal]
property SubjectConfirmationMethod : string;
[C++]
void get_SubjectConfirmationMethod(std::string &OutResult);
void set_SubjectConfirmationMethod(const std::string &Value);
[PHP]
string get_SubjectConfirmationMethod()
void set_SubjectConfirmationMethod(string $Value)
[Java]
String getSubjectConfirmationMethod();
void setSubjectConfirmationMethod(String Value);
Description
This property contains a URI reference that identifies the default mechanism to be used to confirm SAML subjects.
The default value is 'urn:oasis:names:tc:SAML:2.0:cm:bearer'.
Discuss this help topic in SecureBlackbox Forum