共用方式為


SamlAuthorityBinding.AuthorityKind 屬性

定義

取得或設定有關主體向 SAML 授權單位回應其他資訊的查詢類型。

public:
 property System::Xml::XmlQualifiedName ^ AuthorityKind { System::Xml::XmlQualifiedName ^ get(); void set(System::Xml::XmlQualifiedName ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Xml.XmlQualifiedName AuthorityKind { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AuthorityKind : System.Xml.XmlQualifiedName with get, set
Public Property AuthorityKind As XmlQualifiedName

屬性值

XmlQualifiedName,表示有關主體回應 SAML 授權單位其他資訊的查詢類型。

屬性

例外狀況

系統會設定 AuthorityKind 屬性,而 IsReadOnly 屬性為 true

AuthorityKind 屬性設定為 null

備註

AuthorityKind 屬性 (Property) 會對應到 AuthorityKind 項目的 <AuthorityBinding> 屬性 (Attribute),該項目已定義在 Assertions and Protocol for the OASIS SAML 規格中。

適用於