SECURITY_MAX_SID_SIZE (Constants)
Last changed: anonymous
.
Summary
The maximum supported size in bytes of a SID
C# Constants:
const int SECURITY_MAX_SID_SIZE = 68;
VB Constants:
Const SECURITY_MAX_SID_SIZE As Integer = 68
Notes:
None.