Share via


SamlNameIdentifierClaimResource.Name プロパティ

定義

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

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

プロパティ値

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

注釈

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

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

適用対象