5 references to MaxBinaryLength
mscorlib (4)
system\security\accesscontrol\ace.cs (2)
1590
return ushort.MaxValue - HeaderLength - AccessMaskLength - SecurityIdentifier.
MaxBinaryLength
;
2127
return ushort.MaxValue - HeaderLength - AccessMaskLength - ObjectFlagsLength - 2 * GuidLength - SecurityIdentifier.
MaxBinaryLength
;
system\security\principal\win32.cs (2)
269
uint length = ( uint )SecurityIdentifier.
MaxBinaryLength
;
384
uint sidLength = ( uint )SecurityIdentifier.
MaxBinaryLength
;
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (1)
60
uint length = ( uint )SecurityIdentifier.
MaxBinaryLength
;