SecurityTokenReceivedEventArgs Constructor (SecurityToken)

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

Usage

    Dim securityToken As SecurityToken

Dim instance As New SecurityTokenReceivedEventArgs(securityToken)

Syntax

'Declaration
Public Sub New ( _
    securityToken As SecurityToken _
)
public SecurityTokenReceivedEventArgs (
    SecurityToken securityToken
)
public:
SecurityTokenReceivedEventArgs (
    SecurityToken^ securityToken
)
public SecurityTokenReceivedEventArgs (
    SecurityToken securityToken
)
public function SecurityTokenReceivedEventArgs (
    securityToken : SecurityToken
)

Parameters

  • securityToken
     

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also

Reference

SecurityTokenReceivedEventArgs Class
SecurityTokenReceivedEventArgs Members
Microsoft.IdentityModel.Web Namespace