RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Options pour l’authentification à distance.
generic <typename TRemoteAuthenticationProviderOptions>
where TRemoteAuthenticationProviderOptions : gcnew()public ref class RemoteAuthenticationOptions
public class RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions> where TRemoteAuthenticationProviderOptions : new()
type RemoteAuthenticationOptions<'RemoteAuthenticationProviderOptions (requires 'RemoteAuthenticationProviderOptions : (new : unit -> 'RemoteAuthenticationProviderOptions))> = class
Public Class RemoteAuthenticationOptions(Of TRemoteAuthenticationProviderOptions)
Paramètres de type
- TRemoteAuthenticationProviderOptions
Type des options de fournisseur sous-jacentes.
- Héritage
-
RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>
Constructeurs
RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>() |
Options pour l’authentification à distance. |
Propriétés
AuthenticationPaths |
Obtient ou définit RemoteAuthenticationApplicationPathsOptions. |
ProviderOptions |
Obtient ou définit les options du fournisseur. |
UserOptions |
Obtient ou définit RemoteAuthenticationUserOptions. |