IWSTrustChannelContract.BeginIssue 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 Renew message to an endpoint.
public:
IAsyncResult ^ BeginIssue(System::IdentityModel::Protocols::WSTrust::RequestSecurityToken ^ request, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginIssue (System.IdentityModel.Protocols.WSTrust.RequestSecurityToken request, AsyncCallback callback, object asyncState);
abstract member BeginIssue : System.IdentityModel.Protocols.WSTrust.RequestSecurityToken * AsyncCallback * obj -> IAsyncResult
Public Function BeginIssue (request As RequestSecurityToken, callback As AsyncCallback, asyncState 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.
- asyncState
- 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.