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 プロパティは、OASIS セキュリティ アサーション マークアップ言語 (SAML) 仕様のアサーションとプロトコルで定義されている<SubjectLocality>要素のIPAddress属性に対応します。

適用対象