3 references to SslSessionsCache
System (3)
net\System\Net\_SecureChannel.cs (3)
716
SafeFreeCredentials cachedCredentialHandle =
SslSessionsCache
.TryCachedCredential(guessedThumbPrint, m_ProtocolFlags, m_EncryptionPolicy);
834
SafeFreeCredentials cachedCredentialHandle =
SslSessionsCache
.TryCachedCredential(guessedThumbPrint, m_ProtocolFlags, m_EncryptionPolicy);
1054
SslSessionsCache
.CacheCredential(m_CredentialsHandle, thumbPrint, m_ProtocolFlags, m_EncryptionPolicy);