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