PassiveProtocolPage.SignIn Method

Active Directory Federation Services 2.0
Tries to sign the user in with the specified security token.


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

'Usage
Dim token As SecurityToken

Me.SignIn(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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2



Community Additions

Show: