AuthenticationInformation.AuthorizationContexts Propriété

Définition

Obtient l’utilisation AuthorizationContext par l’autorité d’authentification lors de l’émission de jetons.

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)

Valeur de propriété

Collection de AuthenticationContext ce qui représente le contexte d’autorisation.

S’applique à