共用方式為


SamlSubject.NameFormat 屬性

定義

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

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

屬性值

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

備註

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

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

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

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

適用於

另請參閱