SamlAuthenticationClaimResource.AuthorityBindings 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得有關主體的其他資訊。
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ AuthorityBindings { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SamlAuthorityBinding> AuthorityBindings { get; }
member this.AuthorityBindings : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SamlAuthorityBinding>
Public ReadOnly Property AuthorityBindings As ReadOnlyCollection(Of SamlAuthorityBinding)
屬性值
型別為 ReadOnlyCollection<T> 的 SamlAuthorityBinding,其中包含有關主體的其他資訊。
備註
AuthorityBindings 屬性 (Property) 會對應到 <AuthorityBinding>
項目的 <AuthenticationStatement>
子項目集合,而該項目已定義在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中。