3 references to CertHashMaxSize
System.Net.Security (3)
System\Net\Security\Pal.Managed\SafeChannelBindingHandle.cs (3)
24
Debug.Assert(certHashBytes.Length <=
CertHashMaxSize
);
39
handle = Marshal.AllocHGlobal(SecChannelBindingSize + _cbtPrefixByteArraySize +
CertHashMaxSize
);
43
Length =
CertHashMaxSize
;