次の方法で共有


SamlSubject.Name プロパティ

定義

SAML セキュリティ トークンのサブジェクト名を取得または設定します。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

プロパティ値

SamlSecurityToken セキュリティ トークンのサブジェクト名。

注釈

NameFormat プロパティは、Name プロパティの形式を指定します。また、NameQualifier プロパティは、Name プロパティが存在するドメインを指定します。

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

適用対象