IWSTrustChannelContract.BeginIssue (Método)
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As IWSTrustChannelContract Dim request As RequestSecurityToken Dim callback As AsyncCallback Dim asyncState As Object Dim returnValue As IAsyncResult returnValue = instance.BeginIssue(request, callback, asyncState)
Sintaxis
'Declaración
Function BeginIssue ( _
request As RequestSecurityToken, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
IAsyncResult BeginIssue (
RequestSecurityToken request,
AsyncCallback callback,
Object asyncState
)
IAsyncResult^ BeginIssue (
RequestSecurityToken^ request,
AsyncCallback^ callback,
Object^ asyncState
)
IAsyncResult BeginIssue (
RequestSecurityToken request,
AsyncCallback callback,
Object asyncState
)
function BeginIssue (
request : RequestSecurityToken,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Parámetros
- request
- callback
- asyncState
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
IWSTrustChannelContract (Interfaz)
IWSTrustChannelContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)