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