Share via


SecurityTokenServiceClient.SecurityTokenServiceAsyncResult Members

Encapsulates the results of an asynchronous request to a security token service.

The following tables list the members exposed by the SecurityTokenServiceClient.SecurityTokenServiceAsyncResult type.

Public Constructors

  Name Description
SecurityTokenServiceClient.SecurityTokenServiceAsyncResult Begins a security token request.

Top

Public Properties

  Name Description
public property AsyncState  Gets a user-defined object that contains information about the asynchronous operation. (Inherited from AsyncResult)
public property AsyncWaitHandle  Gets a WaitHandle that allows a thread to wait for the asynchronous operation to be complete. (Inherited from AsyncResult)
public property CompletedSynchronously  Gets a value indicating whether the BeginInvoke method was completed synchronously. (Inherited from AsyncResult)
public property IsCompleted  Gets a value indicating whether the asynchronous operation is complete. (Inherited from AsyncResult)
public property Request Gets the security token request.
public property Response Gets the security token response.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method static End  (Inherited from AsyncResult )
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Complete  Overloaded. (Inherited from AsyncResult )
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

SecurityTokenServiceClient.SecurityTokenServiceAsyncResult Class
Microsoft.Web.Services3.Security Namespace