Partilhar via


GenericTokenServiceClient.EndIssueGenericToken Method

Completes an asynchronous request for a security token from a security token service.

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim result As IAsyncResult
Dim returnValue As IssuedToken
Dim genericTokenServiceClient1 As GenericTokenServiceClient
returnValue = genericTokenServiceClient1.EndIssueGenericToken(result)

Syntax

'Declaration
Public Overridable Function EndIssueGenericToken( _
    ByVal result As IAsyncResult _
) As IssuedToken
public virtual IssuedToken EndIssueGenericToken(
    IAsyncResult result
);
public:
virtual IssuedToken^ EndIssueGenericToken(
    IAsyncResult^ result
);
public virtual IssuedToken EndIssueGenericToken(
    IAsyncResult result
);
public function EndIssueGenericToken(
     result : IAsyncResult
) : IssuedToken;

Parameters

  • result
    An IAsyncResult that stores state information for this asynchronous operation.

Return Value

The IssuedToken that contains the security token from the security token service.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

GenericTokenServiceClient Class
GenericTokenServiceClient Members
Microsoft.Web.Services3.Security Namespace