2 writes to m_ProtocolFlags
System (2)
net\System\Net\_SecureChannel.cs (2)
102
m_ProtocolFlags
= (protocolFlags & SchProtocols.ServerMask);
104
m_ProtocolFlags
= (protocolFlags & SchProtocols.ClientMask);
8 references to m_ProtocolFlags
System (8)
net\System\Net\_SecureChannel.cs (8)
716
SafeFreeCredentials cachedCredentialHandle = SslSessionsCache.TryCachedCredential(guessedThumbPrint,
m_ProtocolFlags
, m_EncryptionPolicy);
760
&& ((
m_ProtocolFlags
== SchProtocols.Zero) ||
761
((
m_ProtocolFlags
& (SchProtocols.Tls10 | SchProtocols.Tls11 | SchProtocols.Tls12 | SchProtocols.Tls13)) != 0))
767
if (Logging.On) Logging.PrintInfo(Logging.Web, this, ".AcquireClientCredentials, new SecureCredential() ", "flags=(" + flags + "), m_ProtocolFlags=(" +
m_ProtocolFlags
+ "), m_EncryptionPolicy=" + m_EncryptionPolicy);
768
SecureCredential secureCredential = new SecureCredential(SecureCredential.CurrentVersion, selectedCert, flags,
m_ProtocolFlags
, m_EncryptionPolicy);
834
SafeFreeCredentials cachedCredentialHandle = SslSessionsCache.TryCachedCredential(guessedThumbPrint,
m_ProtocolFlags
, m_EncryptionPolicy);
851
SecureCredential secureCredential = new SecureCredential(SecureCredential.CurrentVersion, selectedCert, flags,
m_ProtocolFlags
, m_EncryptionPolicy);
1054
SslSessionsCache.CacheCredential(m_CredentialsHandle, thumbPrint,
m_ProtocolFlags
, m_EncryptionPolicy);