Freigeben über


SamlAuthenticationClaimResource.AuthorityBindings Eigenschaft

Definition

Ruft zusätzliche Informationen zum Thema ab.

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)

Eigenschaftswert

Ein ReadOnlyCollection<T> Typ SamlAuthorityBinding , der zusätzliche Informationen zum Thema enthält.

Hinweise

Die AuthorityBindings Eigenschaft entspricht einem Satz untergeordneter <AuthorityBinding> Elemente für ein <AuthenticationStatement> Element, das in der Assertions- und Protokoll für die SAML-Spezifikation (OASIS Security Assertion Markup Language) definiert ist.

Gilt für: