Sdílet prostřednictvím


SspiSecurityToken Konstruktory

Definice

Inicializuje novou instanci SspiSecurityToken třídy.

Přetížení

SspiSecurityToken(NetworkCredential, Boolean, Boolean)

Inicializuje novou instanci SspiSecurityToken třídy.

SspiSecurityToken(TokenImpersonationLevel, Boolean, NetworkCredential)

Inicializuje novou instanci SspiSecurityToken třídy.

SspiSecurityToken(NetworkCredential, Boolean, Boolean)

Inicializuje novou instanci SspiSecurityToken třídy.

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

Hodnota NetworkCredential

extractGroupsForWindowsAccounts
Boolean

true Pokud jsou extrahovány skupiny, do kterých účty systému Windows patří; v opačném případě false .

allowUnauthenticatedCallers
Boolean

true Pokud jsou povolené neověřené (anonymní) volající; v opačném případě false .

Platí pro

SspiSecurityToken(TokenImpersonationLevel, Boolean, NetworkCredential)

Inicializuje novou instanci SspiSecurityToken třídy.

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

allowNtlm
Boolean

true Pokud je povoleno ověřování protokolem NTLM; v opačném případě false .

networkCredential
NetworkCredential

Hodnota NetworkCredential

Platí pro