AuthenticationInformation.AuthorizationContexts Eigenschap

Definitie

Hiermee haalt u het AuthorizationContext gebruik op van de verificatie-instantie bij het uitgeven van tokens.

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

Waarde van eigenschap

Een verzameling die AuthenticationContext de autorisatiecontext vertegenwoordigt.

Van toepassing op