SspiSecurityToken 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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)
매개 변수
- networkCredential
- NetworkCredential
- 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)
매개 변수
- impersonationLevel
- TokenImpersonationLevel
- allowNtlm
- Boolean
NTLM 인증이 허용되면 true
이고, 그렇지 않으면 false
입니다.
- networkCredential
- NetworkCredential