SamlAuthenticationStatement.AuthorityBindings Egenskap

Definition

Hämtar ytterligare information om ämnet.

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)

Egenskapsvärde

En IList<T> typ SamlAuthorityBinding som innehåller ytterligare information om ämnet.

Kommentarer

Egenskapen AuthorityBindings motsvarar en uppsättning <AuthorityBinding> underordnade element för ett <AuthenticationStatement> element som definieras i specifikationen Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML).

Gäller för