|   | AuthorizationCacheUserIDs Field | 
        
        
            Gets the current user ID cache.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic static readonly ConcurrentDictionary<string, Guid> UserIDs
Public Shared ReadOnly UserIDs As ConcurrentDictionary(Of String, Guid)
public:
static initonly ConcurrentDictionary<String^, Guid>^ UserIDs
static val UserIDs: ConcurrentDictionary<string, Guid>
var GSF.Web.Security.AuthorizationCache.UserIDs
Field Value
ConcurrentDictionaryString, 
Guid See Also
See Also