|
AuthorizationCacheUserIDs Field
|
Gets the current user ID cache.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.232-beta
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
View SourceField Value
ConcurrentDictionaryString,
Guid
See Also