SamlAuthenticationClaimResource.AuthorityBindings Eigenschap

Definitie

Hiermee wordt aanvullende informatie over het onderwerp opgehaald.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ AuthorityBindings { System::Collections::ObjectModel::ReadOnlyCollection<System::IdentityModel::Tokens::SamlAuthorityBinding ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SamlAuthorityBinding> AuthorityBindings { get; }
member this.AuthorityBindings : System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SamlAuthorityBinding>
Public ReadOnly Property AuthorityBindings As ReadOnlyCollection(Of SamlAuthorityBinding)

Waarde van eigenschap

Een ReadOnlyCollection<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