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