다음을 통해 공유


SspiSecurityToken 생성자

정의

SspiSecurityToken 클래스의 새 인스턴스를 초기화합니다.

오버로드

SspiSecurityToken(NetworkCredential, Boolean, Boolean)

SspiSecurityToken 클래스의 새 인스턴스를 초기화합니다.

SspiSecurityToken(TokenImpersonationLevel, Boolean, NetworkCredential)

SspiSecurityToken 클래스의 새 인스턴스를 초기화합니다.

SspiSecurityToken(NetworkCredential, Boolean, Boolean)

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)

매개 변수

extractGroupsForWindowsAccounts
Boolean

Windows 계정이 속한 그룹이 추출되면 true이고, 그렇지 않으면 false입니다.

allowUnauthenticatedCallers
Boolean

인증되지 않은(익명) 호출자가 허용되면 true이고, 그렇지 않으면 false입니다.

적용 대상

SspiSecurityToken(TokenImpersonationLevel, Boolean, NetworkCredential)

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)

매개 변수

allowNtlm
Boolean

NTLM 인증이 허용되면 true이고, 그렇지 않으면 false입니다.

적용 대상