Compartir a través de


AuthenticationInformation.AuthorizationContexts Propiedad

Definición

Obtiene el AuthorizationContext usado por la autoridad de autenticación al emitir 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)

Valor de propiedad

Colección de AuthenticationContext que representa el contexto de autorización.

Se aplica a