次の方法で共有


SamlAuthenticationClaimResource.IPAddress プロパティ

定義

サブジェクトを認証した コンピューターの IP アドレスを取得または設定します。

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

プロパティ値

サブジェクトを認証したコンピューターの IP アドレス。

注釈

IPAddress プロパティは、『Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)』の仕様で定義されている IPAddress 要素の <SubjectLocality> 属性に対応します。

適用対象