Partager via


AuthenticationInformation.AuthorizationContexts Propriété

Définition

Obtient le AuthorizationContext utilisé par l'autorité d'authentification lors de l'émission des 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 qui représente le contexte d'autorisation.

S’applique à