2 writes to Length
System.Net.Security (2)
System\Net\Security\Pal.Managed\SafeChannelBindingHandle.cs (2)
43Length = CertHashMaxSize; 49Length = SecChannelBindingSize + cbtLength;
3 references to Length
System.Net.Security (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
689Ssl.SslGetPeerFinished(context, bindingHandle.CertHashPtr, bindingHandle.Length) : 690Ssl.SslGetFinished(context, bindingHandle.CertHashPtr, bindingHandle.Length);
System\Net\Security\Pal.Managed\SafeChannelBindingHandle.cs (1)
19public override int Size => Length;