SamlAuthenticationClaimResource.AuthorityBindings 属性

定义

获取关于主题的附加信息。

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 属性与 OASIS 安全断言标记语言 (SAML) 规范的“断言和协议”中定义的 <AuthorityBinding> 元素的一组 <AuthenticationStatement> 子元素相对应。

适用于