Specifies the DNS domain name and IP address for the system from which the assertion subject was apparently authenticated. [Saml2Core, 2.7.2]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As Saml2AuthenticationStatement
Dim value As Saml2SubjectLocality

value = instance.SubjectLocality

instance.SubjectLocality = value

Syntax

Visual Basic
Public Property SubjectLocality As Saml2SubjectLocality
C#
public Saml2SubjectLocality SubjectLocality { get; set; }
C++
public:
property Saml2SubjectLocality^ SubjectLocality {
		Saml2SubjectLocality^ get ();
		void set (Saml2SubjectLocality^ value);
}
J#
/** @property */
public Saml2SubjectLocality get_SubjectLocality ()

/** @property */
public void set_SubjectLocality (Saml2SubjectLocality value)
JScript
public function get SubjectLocality () : Saml2SubjectLocality

public function set SubjectLocality (value : Saml2SubjectLocality)

Property Value

Returns a Saml2SubjectLocality.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also