1 instantiation of SecurityNegotiationAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
643return new SecurityNegotiationAsyncResult(this, timeout, callback, state);
13 references to SecurityNegotiationAsyncResult
System.ServiceModel (13)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (13)
648SecurityToken token = SecurityNegotiationAsyncResult.End(result); 815SecurityNegotiationAsyncResult self = (SecurityNegotiationAsyncResult)result.AsyncState; 873SecurityNegotiationAsyncResult self = (SecurityNegotiationAsyncResult)result.AsyncState; 924SecurityNegotiationAsyncResult self = (SecurityNegotiationAsyncResult)result.AsyncState; 1007SecurityNegotiationAsyncResult self = (SecurityNegotiationAsyncResult)result.AsyncState; 1088SecurityNegotiationAsyncResult self = (SecurityNegotiationAsyncResult)result.AsyncState; 1152SecurityNegotiationAsyncResult self = AsyncResult.End<SecurityNegotiationAsyncResult>(result);