Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.Address

TElSAMLSubjectConfirmationDataElement     


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


The network address from which the attesting party can present its assertion.

Declaration

[C#]
    string Address;

[VB.NET]
    Property Address As String

[Pascal]
    property Address : string;

[C++]
    void get_Address(std::string &OutResult);
    void set_Address(const std::string &Value);

[PHP]
    string get_Address()
    void set_Address(string $Value)

[Java]
    String getAddress();
    void setAddress(String Value);

Description

Use this property to specify the networ address or location from which the subject confirmation shoud be issued. This optional element can be used to restrict the possibilities of an attacker to steal the assertion and present it from another IP address.

Discuss this help topic in SecureBlackbox Forum