SspiSecurityTokenProvider 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 토큰에 사용됩니다.