DiskQuotaControl.InvalidateSidNameCache method
January 7, 2021 · View on GitHub
Invalidates the security ID user name cache.
Syntax
DiskQuotaControl.InvalidateSidNameCache()
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
User names and associated security IDs are stored in a cache. You can clear this cache by calling InvalidateSidNameCache. If you subsequently create a new user object, the information will have to be obtained from the domain controller, and the cache will have to be reestablished.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header |
|
| DLL |
|
See also