FederatedSecurityTokenProvider.BeginGetTokenCore (Método)
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim timeout As TimeSpan Dim callback As AsyncCallback Dim state As Object Dim returnValue As IAsyncResult returnValue = Me.BeginGetTokenCore(timeout, callback, state)
Sintaxis
'Declaración
Protected Overrides Function BeginGetTokenCore ( _
timeout As TimeSpan, _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
protected override IAsyncResult BeginGetTokenCore (
TimeSpan timeout,
AsyncCallback callback,
Object state
)
protected:
virtual IAsyncResult^ BeginGetTokenCore (
TimeSpan timeout,
AsyncCallback^ callback,
Object^ state
) override
protected IAsyncResult BeginGetTokenCore (
TimeSpan timeout,
AsyncCallback callback,
Object state
)
protected override function BeginGetTokenCore (
timeout : TimeSpan,
callback : AsyncCallback,
state : Object
) : IAsyncResult
Parámetros
- timeout
- callback
- state
Seguridad para subprocesos
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
FederatedSecurityTokenProvider (Clase)
FederatedSecurityTokenProvider (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)