ActiveReports 9 Server
GetCacheKeySalt Method

The security token to get the hash for.
Gets the additional hash to vary the cache key according to the multi-tenant context.
Syntax
'Declaration
 
Function GetCacheKeySalt( _
   ByVal token As String _
) As String
string GetCacheKeySalt( 
   string token
)

Parameters

token
The security token to get the hash for.

Return Value

The addtional hash to vary by.
See Also

Reference

ISecurityProvider Interface
ISecurityProvider Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum