次の方法で共有


SamlNameIdentifierClaimResource.Format プロパティ

定義

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

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

プロパティ値

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

注釈

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

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

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

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

適用対象