Freigeben über


SamlAuthenticationStatement.AuthorityBindings Eigenschaft

Definition

Ruft zusätzliche Informationen zum Thema ab.

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)

Eigenschaftswert

Ein IList<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: