1 override of BeginRenewTokenCore
System.ServiceModel.Primitives.Tests (1)
IdentityModel\SecurityTokenProviderTest.cs (1)
178protected override IAsyncResult BeginRenewTokenCore(TimeSpan timeout, SecurityToken tokenToBeRenewed, AsyncCallback callback, object state)
2 references to BeginRenewTokenCore
System.ServiceModel.Primitives (2)
System\IdentityModel\Selectors\SecurityTokenProvider.cs (2)
121return BeginRenewTokenCore(timeout, tokenToBeRenewed, callback, state); 173return Task<SecurityToken>.Factory.FromAsync(BeginRenewTokenCore, EndRenewTokenCore, timeout, tokenToBeRenewed, null);