4 references to RemoteCertificate
System (4)
net\System\Net\_SecureChannel.cs (1)
197
remoteContext = SSPIWrapper.QueryContextAttributes(GlobalSSPI.SSPISecureChannel, m_SecurityContext, ContextAttribute.
RemoteCertificate
) as SafeFreeCertContext;
net\System\Net\_SSPIWrapper.cs (3)
550
case ContextAttribute.
RemoteCertificate
:
612
goto case ContextAttribute.
RemoteCertificate
;
613
case ContextAttribute.
RemoteCertificate
: