Home
last modified time | relevance | path

Searched refs:NoDelegateNoClientCert (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DNetEventSource.Security.cs151 public void NoDelegateNoClientCert(SecureChannel secureChannel) in NoDelegateNoClientCert() method in System.Net.NetEventSource
155 NoDelegateNoClientCert(GetHashCode(secureChannel)); in NoDelegateNoClientCert()
159 private void NoDelegateNoClientCert(int secureChannelHash) => in NoDelegateNoClientCert() method in System.Net.NetEventSource
H A DSecureChannel.cs399 NetEventSource.Log.NoDelegateNoClientCert(this); in AcquireClientCredentials()