1 override of BeginRenewTokenCore
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
472
protected override IAsyncResult
BeginRenewTokenCore
(TimeSpan timeout, SecurityToken tokenToBeRenewed, AsyncCallback callback, object state)
1 reference to BeginRenewTokenCore
System.IdentityModel (1)
System\IdentityModel\Selectors\SecurityTokenProvider.cs (1)
75
return this.
BeginRenewTokenCore
(timeout, tokenToBeRenewed, callback, state);