ActiveReports 9 Server
CreateToken Method

The user name to create the token for.
The password to validate the user.
The custom credentials data to be used in the provider.
Creates the security token.
Syntax
'Declaration
 
Function CreateToken( _
   ByVal username As String, _
   ByVal password As String, _
   ByVal custom As String _
) As String
string CreateToken( 
   string username,
   string password,
   string custom
)

Parameters

username
The user name to create the token for.
password
The password to validate the user.
custom
The custom credentials data to be used in the provider.

Return Value

The created token.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISecurityProvider Interface
ISecurityProvider Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum