PassiveProtocolPage.SignIn Method

Tries to sign the user in with the specified security token.

Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

Usage

'Usage
Dim token As SecurityToken

Me.SignIn(token)

Syntax

'Declaration
Protected Sub SignIn ( _
    token As SecurityToken _
)
protected void SignIn (
    SecurityToken token
)
protected:
void SignIn (
    SecurityToken^ token
)
protected void SignIn (
    SecurityToken token
)
protected function SignIn (
    token : SecurityToken
)

Parameters

  • token
    A SecurityToken that represents the security token with which to sign the user in.

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 Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PassiveProtocolPage Class
PassiveProtocolPage Members
Microsoft.IdentityServer.Web.UI Namespace