次の方法で共有


SamlSubject.NameFormat プロパティ

定義

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

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

プロパティ値

SAML セキュリティ トークンのサブジェクト名の形式を表す URI 参照。

注釈

NameFormat プロパティは、Name プロパティの形式を指定します。

名前を指定するための形式は拡張可能ですが、次の表に SAML 仕様により定義された形式の一覧を示します。

形式 説明
EmailNamespace SAML アサーションのサブジェクトが電子メール アドレスとして指定されることを示す URI。
UserNameNamespace SAML アサーションのサブジェクトが Windows ドメイン アカウントにより指定されることを示す URI。

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

適用対象

こちらもご覧ください