2 references to GetTokenAsync
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (2)
100
SspiSecurityToken token = await TransportSecurityHelpers.
GetTokenAsync
<SspiSecurityToken>(tokenProvider, cancellationToken);
245
UserNameSecurityToken token = await
GetTokenAsync
<UserNameSecurityToken>(tokenProvider.TokenProvider, cancellationToken);