RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions> Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Možnosti vzdáleného ověřování.
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)
Parametry typu
- TRemoteAuthenticationProviderOptions
Typ možností podkladového zprostředkovatele.
- Dědičnost
-
RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>
Konstruktory
| RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>() |
Vlastnosti
| AuthenticationPaths |
Získá nebo nastaví RemoteAuthenticationApplicationPathsOptions. |
| ProviderOptions |
Získá nebo nastaví možnosti zprostředkovatele. |
| UserOptions |
Získá nebo nastaví RemoteAuthenticationUserOptions. |