Share via


SamlAuthenticationStatement.AuthorityBindings Eigenschaft

Definition

Ruft zusätzliche Informationen über das Subjekt 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> des Typs SamlAuthorityBinding, der weitere Informationen über das Subjekt enthält.

Hinweise

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

Gilt für: