Condividi tramite


AuthenticationInformation.AuthorizationContexts Proprietà

Definizione

Ottiene l'oggetto AuthorizationContext utilizzato dall'autorità di autenticazione per la pubblicazione di token.

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)

Valore della proprietà

Raccolta di AuthenticationContext che rappresenta il contesto di autorizzazione.

Si applica a