Discuss this help topic in SecureBlackbox Forum
Specifies the mechanism to be used to confirm the subject.
Declaration
[VB.NET]
Property _Method As String
[Pascal]
property _Method : TSBAnyURI;
[C++]
void get__Method(std::string &OutResult);
void set__Method(const std::string &Value);
[PHP]
string get__Method()
void set__Method(string $Value)
[Java]
String get_Method();
void set_Method(String Value);
Description
This property contains a URI reference that identifies the mechanism to be used to confirm the subject.
Discuss this help topic in SecureBlackbox Forum