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