ActiveReports 12 Server User Guide
CreateToken Method

ActiveReports.Server.Extensibility Assembly > ActiveReports.Server.Security Namespace > ISecurityProvider Interface : 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.
See Also

Reference

ISecurityProvider Interface
ISecurityProvider Members