共用方式為


SamlNameIdentifierClaimResource.Format 屬性

定義

取得 URI 參考,此參考表示 SAML 安全性權杖所用的主體名稱格式。

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

屬性值

URI 參考,此參考表示 SAML 安全性權杖所用的主體名稱格式。

備註

Format 屬性會指定 Name 屬性所用的格式。

雖然用來指定名稱的格式具有擴充性,但是下表列出的是已定義在 SAML 規格中的格式。

格式 描述
EmailNamespace URI,表示已用電子郵件地址方式指定了 SAML 判斷提示的主體。
UserNameNamespace URI,表示會以 Windows 網域帳戶方式來指定 SAML 判斷提示的主體。

Format 屬性 (Property) 會對應到已在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中定義之 Format 項目的 <saml:NameIdentifier> 屬性 (Attribute)。

適用於