Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnStatementElement.SubjectLocality

TElSAMLAuthnStatementElement     


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


Specifies the domain name and IP address for the system that performed the authentication.

Declaration

[C#]
    TElSAMLSubjectLocalityElement SubjectLocality;

[VB.NET]
    Property SubjectLocality As TElSAMLSubjectLocalityElement

[Pascal]
    property SubjectLocality : TElSAMLSubjectLocalityElement;

[C++]
    TElSAMLSubjectLocalityElement* get_SubjectLocality();
    void set_SubjectLocality(TElSAMLSubjectLocalityElement &Value);
    void set_SubjectLocality(TElSAMLSubjectLocalityElement *Value);

[PHP]
    TElSAMLSubjectLocalityElement get_SubjectLocality()
    void set_SubjectLocality(TElSAMLSubjectLocalityElement $Value)

[Java]
    TElSAMLSubjectLocalityElement getSubjectLocality();
    void setSubjectLocality(TElSAMLSubjectLocalityElement Value);

Description

Use this property to identify the system that performed the authentication.

Discuss this help topic in SecureBlackbox Forum