SspiSecurityTokenProvider Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SspiSecurityTokenProvider.

Przeciążenia

SspiSecurityTokenProvider(NetworkCredential, Boolean, Boolean)

Inicjuje nowe wystąpienie klasy SspiSecurityTokenProvider.

SspiSecurityTokenProvider(NetworkCredential, Boolean, TokenImpersonationLevel)

Inicjuje nowe wystąpienie klasy SspiSecurityTokenProvider.

SspiSecurityTokenProvider(NetworkCredential, Boolean, Boolean)

Źródło:
SspiSecurityTokenProvider.cs
Źródło:
SspiSecurityTokenProvider.cs
Źródło:
SspiSecurityTokenProvider.cs

Inicjuje nowe wystąpienie klasy SspiSecurityTokenProvider.

public:
 SspiSecurityTokenProvider(System::Net::NetworkCredential ^ credential, bool extractGroupsForWindowsAccounts, bool allowUnauthenticatedCallers);
public SspiSecurityTokenProvider (System.Net.NetworkCredential credential, bool extractGroupsForWindowsAccounts, bool allowUnauthenticatedCallers);
new System.ServiceModel.Security.SspiSecurityTokenProvider : System.Net.NetworkCredential * bool * bool -> System.ServiceModel.Security.SspiSecurityTokenProvider
Public Sub New (credential As NetworkCredential, extractGroupsForWindowsAccounts As Boolean, allowUnauthenticatedCallers As Boolean)

Parametry

credential
NetworkCredential

Element NetworkCredential reprezentujący tożsamość serwera.

extractGroupsForWindowsAccounts
Boolean

true w celu rozszerzenia użytkowników w celu uwzględnienia grup systemu Windows; w przeciwnym razie , false.

allowUnauthenticatedCallers
Boolean

true zezwalać na nieuwierzytelnione wywołania; w przeciwnym razie , false.

Uwagi

Wystąpienie tej klasy jest używane dla tokenów SSPI w usłudze.

Dotyczy

SspiSecurityTokenProvider(NetworkCredential, Boolean, TokenImpersonationLevel)

Źródło:
SspiSecurityTokenProvider.cs
Źródło:
SspiSecurityTokenProvider.cs
Źródło:
SspiSecurityTokenProvider.cs

Inicjuje nowe wystąpienie klasy SspiSecurityTokenProvider.

public:
 SspiSecurityTokenProvider(System::Net::NetworkCredential ^ credential, bool allowNtlm, System::Security::Principal::TokenImpersonationLevel impersonationLevel);
public SspiSecurityTokenProvider (System.Net.NetworkCredential credential, bool allowNtlm, System.Security.Principal.TokenImpersonationLevel impersonationLevel);
new System.ServiceModel.Security.SspiSecurityTokenProvider : System.Net.NetworkCredential * bool * System.Security.Principal.TokenImpersonationLevel -> System.ServiceModel.Security.SspiSecurityTokenProvider
Public Sub New (credential As NetworkCredential, allowNtlm As Boolean, impersonationLevel As TokenImpersonationLevel)

Parametry

credential
NetworkCredential

Element NetworkCredential reprezentujący tożsamość klienta.

allowNtlm
Boolean

true zezwalanie na uwierzytelnianie NTLM; w przeciwnym razie , false.

impersonationLevel
TokenImpersonationLevel

Przyznane TokenImpersonationLevel serwerowi.

Uwagi

Nowe wystąpienie tej klasy jest używane dla tokenów SSPI na kliencie.

Dotyczy