SamlAuthenticationStatement.AuthorityBindings 屬性

定義

取得有關主體的其他資訊。

public:
 property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ AuthorityBindings { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAuthorityBinding> AuthorityBindings { get; }
member this.AuthorityBindings : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAuthorityBinding>
Public ReadOnly Property AuthorityBindings As IList(Of SamlAuthorityBinding)

屬性值

型別為 IList<T>SamlAuthorityBinding,其中包含有關主體的其他資訊。

備註

AuthorityBindings 屬性 (Property) 會對應到 <AuthorityBinding> 項目的 <AuthenticationStatement> 子項目集合,而該項目已定義在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中。

適用於