ActiveReports 12 Server User Guide
GetCacheKeySalt Method

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