SamlAuthenticationClaimResource.IPAddress Property

Definition

Gets or sets the IP address of the computer that authenticated the subject.

public:
 property System::String ^ IPAddress { System::String ^ get(); };
public string IPAddress { get; }
member this.IPAddress : string
Public ReadOnly Property IPAddress As String

Property Value

The IP address of the computer that authenticated the subject.

Remarks

The IPAddress property corresponds to the IPAddress attribute of the <SubjectLocality> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to