1 instantiation of FederatedAsyncState
System.IdentityModel (1)
System\IdentityModel\SecurityTokenService.cs (1)
197FederatedAsyncState asyncState = new FederatedAsyncState(request, principal, new TypedAsyncResult<RSTR>(callback, state));
6 references to FederatedAsyncState
System.IdentityModel (6)
System\IdentityModel\SecurityTokenService.cs (6)
36public FederatedAsyncState(FederatedAsyncState federatedAsyncState) 197FederatedAsyncState asyncState = new FederatedAsyncState(request, principal, new TypedAsyncResult<RSTR>(callback, state)); 798FederatedAsyncState state = result.AsyncState as FederatedAsyncState; 907FederatedAsyncState state = result.AsyncState as FederatedAsyncState;