SamlAuthenticationStatement.AuthorityBindings Eigenschap

Definitie

Hiermee wordt aanvullende informatie over het onderwerp opgehaald.

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)

Waarde van eigenschap

Een IList<T> type SamlAuthorityBinding dat aanvullende informatie over het onderwerp bevat.

Opmerkingen

De AuthorityBindings eigenschap komt overeen met een set <AuthorityBinding> onderliggende elementen voor een <AuthenticationStatement> element dat is gedefinieerd in de Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specificatie.

Van toepassing op