5 overrides of GetTokenCoreAsync
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\KerberosSecurityTokenProvider.cs (1)
68
protected override Task<SecurityToken>
GetTokenCoreAsync
(CancellationToken cancellationToken)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\UserNameSecurityTokenProvider.cs (1)
26
protected override Task<SecurityToken>
GetTokenCoreAsync
(CancellationToken cancellationToken)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\X509SecurityTokenProvider.cs (1)
63
protected override async Task<SecurityToken>
GetTokenCoreAsync
(CancellationToken cancellationToken)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
278
protected override Task<SecurityToken>
GetTokenCoreAsync
(CancellationToken cancellationToken)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SspiSecurityTokenProvider.cs (1)
34
protected override Task<SecurityToken>
GetTokenCoreAsync
(CancellationToken cancellationToken)
1 reference to GetTokenCoreAsync
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenProvider.cs (1)
28
SecurityToken token = await this.
GetTokenCoreAsync
(cancellationToken);