RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions> Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Opcje uwierzytelniania zdalnego.
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 opcji podstawowego dostawcy.
- Dziedziczenie
-
RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>
Konstruktory
RemoteAuthenticationOptions<TRemoteAuthenticationProviderOptions>() |
Opcje uwierzytelniania zdalnego. |
Właściwości
AuthenticationPaths |
Pobiera lub ustawia wartość RemoteAuthenticationApplicationPathsOptions. |
ProviderOptions |
Pobiera lub ustawia opcje dostawcy. |
UserOptions |
Pobiera lub ustawia wartość RemoteAuthenticationUserOptions. |