1 write to CertHashPtr
System.Net.Security (1)
System\Net\Security\Pal.Managed\SafeChannelBindingHandle.cs (1)
42
CertHashPtr
= cbtPrefixPtr + _cbtPrefixByteArraySize;
3 references to CertHashPtr
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)
27
Marshal.Copy(certHashBytes, 0,
CertHashPtr
, length);