SspiSecurityTokenProvider 생성자

정의

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

오버로드

SspiSecurityTokenProvider(NetworkCredential, Boolean, Boolean)

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

SspiSecurityTokenProvider(NetworkCredential, Boolean, TokenImpersonationLevel)

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

SspiSecurityTokenProvider(NetworkCredential, Boolean, Boolean)

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)

매개 변수

credential
NetworkCredential

서버 ID를 나타내는 NetworkCredential입니다.

extractGroupsForWindowsAccounts
Boolean

Windows 그룹을 포함하도록 사용자를 확장하려면 true이고, 그렇지 않으면 false입니다.

allowUnauthenticatedCallers
Boolean

인증되지 않은 호출자를 허용하려면 true이고, 그렇지 않으면 false입니다.

설명

이 클래스의 인스턴스는 서비스에서 SSPI 토큰에 사용됩니다.

적용 대상

SspiSecurityTokenProvider(NetworkCredential, Boolean, TokenImpersonationLevel)

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)

매개 변수

credential
NetworkCredential

클라이언트 ID를 나타내는 NetworkCredential입니다.

allowNtlm
Boolean

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

impersonationLevel
TokenImpersonationLevel

서버에 부여되는 TokenImpersonationLevel입니다.

설명

이 클래스의 새 인스턴스는 클라이언트에서 SSPI 토큰에 사용됩니다.

적용 대상