ActiveReports 12 Server User Guide
DisposeToken Method

ActiveReports.Server.Extensibility Assembly > ActiveReports.Server.Security Namespace > ISecurityProvider Interface : DisposeToken Method
The security token to dispose.
Disposes the security token created with CreateToken.
Syntax
'Declaration
 
Sub DisposeToken( _
   ByVal token As String _
) 
void DisposeToken( 
   string token
)

Parameters

token
The security token to dispose.
See Also

Reference

ISecurityProvider Interface
ISecurityProvider Members