SamlAuthenticationStatement.AuthorityBindings Property

Definition

Gets additional information about the subject.

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)

Property Value

An IList<T> of type SamlAuthorityBinding that contains additional information about the subject.

Remarks

The AuthorityBindings property corresponds to a set of <AuthorityBinding> child elements for an <AuthenticationStatement> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to