2 instantiations of SspiSecurityToken
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SspiSecurityTokenProvider.cs (2)
25
_token = new
SspiSecurityToken
(impersonationLevel, allowNtlm, credential);
31
_token = new
SspiSecurityToken
(credential, extractGroupsForWindowsAccounts, allowUnauthenticatedCallers);
3 references to SspiSecurityToken
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (2)
100
SspiSecurityToken
token = await TransportSecurityHelpers.GetTokenAsync<
SspiSecurityToken
>(tokenProvider, cancellationToken);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SspiSecurityTokenProvider.cs (1)
20
private readonly
SspiSecurityToken
_token;