IWSTrustChannelContract.BeginValidate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously sends a WS-Trust Validate message to an endpoint.
public:
IAsyncResult ^ BeginValidate(System::IdentityModel::Protocols::WSTrust::RequestSecurityToken ^ request, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginValidate (System.IdentityModel.Protocols.WSTrust.RequestSecurityToken request, AsyncCallback callback, object state);
abstract member BeginValidate : System.IdentityModel.Protocols.WSTrust.RequestSecurityToken * AsyncCallback * obj -> IAsyncResult
Public Function BeginValidate (request As RequestSecurityToken, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- request
- RequestSecurityToken
The RequestSecurityToken that represents the request to the STS.
- callback
- AsyncCallback
An optional AsyncCallback delegate, to be called when the send is complete.
- state
- Object
A user-provided object that distinguishes this particular asynchronous send request from other requests.
Returns
An IAsyncResult object that represents the asynchronous send, which could still be pending.