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
表示伺服器身分識別的 NetworkCredential。
- extractGroupsForWindowsAccounts
- Boolean
true
表示會擴展使用者以包含 Windows 群組,否則為 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
表示用戶端身分識別的 NetworkCredential。
- allowNtlm
- Boolean
true
表示允許 NTLM 驗證,否則為 false
。
- impersonationLevel
- TokenImpersonationLevel
已授與伺服器的 TokenImpersonationLevel。
備註
這個類別的新執行個體會用於用戶端上的 SSPI 權杖。