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