40 references to Info
System.Net.Security (40)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
613NetEventSource.Info(null, $"Default signature algorithms: {string.Join(":", result)}");
src\runtime\src\libraries\Common\src\System\Net\SafeHandleCache.cs (5)
57NetEventSource.Info(this, $"Found cached {handle}."); 87NetEventSource.Info(this, $"Discarding {handle} (preferring cached {cached})."); 123NetEventSource.Info(this, $"Current size: {_cache.Count}."); 137NetEventSource.Info(this, $"Evicting cached {handle}."); 150NetEventSource.Info(this, $"New size: {_cache.Count}.");
System\Net\CertificateValidationPal.cs (1)
61NetEventSource.Info(null, $"storeLocation: {storeLocation} returned store {store}");
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
295if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"package={clientOptions.Package}, spn={_spn}, requiredProtectionLevel={_protectionLevel}");
System\Net\NegotiateAuthenticationPal.Unix.cs (8)
189if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Peer SPN-> '{_spn}'"); 237if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Peer SPN-> '{_spn}'"); 280if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"SSPIWrapper.InitializeSecurityContext() returns statusCode:{statusCode}"); 294if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"SSPIWrapper.AcceptSecurityContext() returns statusCode:{statusCode}"); 320if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"need continue _securityContext:{_securityContext}"); 567NetEventSource.Info(this, $"requested protocol = {protocol}, target = {spn}"); 637NetEventSource.Info(this, $"actual protocol = {protocol}"); 710NetEventSource.Info(this, $"AcceptSecurityContext: actual protocol = {protocol}");
System\Net\Security\SslSessionsCache.cs (8)
119if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Not found, Current Cache Count = {s_cachedCreds.Count}"); 128if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Not found or invalid, Current Cache Count = {s_cachedCreds.Count}"); 132if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Found a cached Handle = {credentials}"); 163if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Refused to cache an Invalid Handle {creds}, Current Cache Count = {s_cachedCreds.Count}"); 188if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Caching New Handle = {creds}, Current Cache Count = {s_cachedCreds.Count}"); 195if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"CacheCredential() (locked retry) Found already cached Handle = {credentials}"); 201if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"CacheCredential() Ignoring incoming handle = {creds} since found already cached Handle = {credentials}"); 244if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(null, $"Scavenged cache, New Cache Count = {s_cachedCreds.Count}");
System\Net\Security\SslStream.IO.cs (1)
958NetEventSource.Info(null, $"***Processing an error Status = {status}");
System\Net\Security\SslStream.Protocol.cs (10)
307if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Selected cert = {_selectedClientCertificate}"); 399NetEventSource.Info(this, $"Root cert: {certificateEx}"); 421NetEventSource.Info(this, $"Matched {issuer}"); 425NetEventSource.Info(this, $"No match: {issuer}"); 501if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"Selected cert = {selectedCert}"); 1010NetEventSource.Info(this, $"TLS resumed {_connectionInfo.TlsResumed}"); 1312NetEventSource.Info(sender, $"Cert validation, remote cert = {remoteCertificateSlot}"); 1356NetEventSource.Info(this, $"alertMessage:{alertMessage}"); 1364NetEventSource.Info(this, $"ApplyAlertToken() returned {status.ErrorCode}"); 1394NetEventSource.Info(this, $"ApplyAlertToken() returned {status.ErrorCode}");
System\Net\Security\SslStreamCertificateContext.Linux.cs (5)
147NetEventSource.Info(this, $"Got OCSP response."); 219NetEventSource.Info(this, $"Pending download task exists."); 260NetEventSource.Info(this, $"Starting new OCSP download task."); 346NetEventSource.Info(this, $"Received {ret.Length} B OCSP response, Expiration: {_ocspExpiration}, Next refresh: {_nextDownload}"); 369NetEventSource.Info(this, $"OCSP response fetch failed, backing off, Next refresh = {_nextDownload}");