1 write to m_EncryptionPolicy
System (1)
net\System\Net\_SecureChannel.cs (1)
114
m_EncryptionPolicy
= encryptionPolicy;
8 references to m_EncryptionPolicy
System (8)
net\System\Net\_SecureChannel.cs (8)
716
SafeFreeCredentials cachedCredentialHandle = SslSessionsCache.TryCachedCredential(guessedThumbPrint, m_ProtocolFlags,
m_EncryptionPolicy
);
762
&& (
m_EncryptionPolicy
!= EncryptionPolicy.AllowNoEncryption) && (
m_EncryptionPolicy
!= EncryptionPolicy.NoEncryption))
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
);