Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationElement._Method

TElSAMLSubjectConfirmationElement     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the mechanism to be used to confirm the subject.

Declaration

[C#]
    string _Method;

[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.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum