Freigeben über


SecurityTokenService.BeginGetScope Method

Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim principal As IClaimsPrincipal
Dim request As RequestSecurityToken
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = Me.BeginGetScope(principal, request, callback, state)

Syntax

'Declaration
Protected Overridable Function BeginGetScope ( _
    principal As IClaimsPrincipal, _
    request As RequestSecurityToken, _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
protected virtual IAsyncResult BeginGetScope (
    IClaimsPrincipal principal,
    RequestSecurityToken request,
    AsyncCallback callback,
    Object state
)
protected:
virtual IAsyncResult^ BeginGetScope (
    IClaimsPrincipal^ principal, 
    RequestSecurityToken^ request, 
    AsyncCallback^ callback, 
    Object^ state
)
protected IAsyncResult BeginGetScope (
    IClaimsPrincipal principal, 
    RequestSecurityToken request, 
    AsyncCallback callback, 
    Object state
)
protected function BeginGetScope (
    principal : IClaimsPrincipal, 
    request : RequestSecurityToken, 
    callback : AsyncCallback, 
    state : Object
) : IAsyncResult

Parameter

  • principal
     
  • request
     
  • callback
     
  • state
     

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

SecurityTokenService Class
SecurityTokenService Members
Microsoft.IdentityModel.SecurityTokenService Namespace