Udostępnij za pośrednictwem


SspiSecurityToken Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SspiSecurityToken.

Przeciążenia

SspiSecurityToken(NetworkCredential, Boolean, Boolean)

Inicjuje nowe wystąpienie klasy SspiSecurityToken.

SspiSecurityToken(TokenImpersonationLevel, Boolean, NetworkCredential)

Inicjuje nowe wystąpienie klasy SspiSecurityToken.

SspiSecurityToken(NetworkCredential, Boolean, Boolean)

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

Inicjuje nowe wystąpienie klasy SspiSecurityToken.

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

Parametry

networkCredential
NetworkCredential

Element NetworkCredential.

extractGroupsForWindowsAccounts
Boolean

true jeśli grupy, do których należą konta systemu Windows, są wyodrębniane; w przeciwnym razie , false.

allowUnauthenticatedCallers
Boolean

true jeśli nieuwierzytelnione (anonimowe) wywołujące są dozwolone; w przeciwnym razie , false.

Dotyczy

SspiSecurityToken(TokenImpersonationLevel, Boolean, NetworkCredential)

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

Inicjuje nowe wystąpienie klasy SspiSecurityToken.

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

Parametry

impersonationLevel
TokenImpersonationLevel

Element TokenImpersonationLevel.

allowNtlm
Boolean

true jeśli uwierzytelnianie NTLM jest dozwolone; w przeciwnym razie , false.

networkCredential
NetworkCredential

Element NetworkCredential.

Dotyczy