Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Security.SslSessionsCache Class Reference

Classes

struct  SslCredKey
 

Static Package Functions

static SafeFreeCredentials TryCachedCredential (byte[] thumbPrint, SslProtocols sslProtocols, bool isServer, EncryptionPolicy encryptionPolicy)
 
static void CacheCredential (SafeFreeCredentials creds, byte[] thumbPrint, SslProtocols sslProtocols, bool isServer, EncryptionPolicy encryptionPolicy)
 

Static Private Member Functions

static SafeFreeCredentials GetCachedCredential (SslCredKey key)
 

Static Private Attributes

static readonly ConcurrentDictionary< SslCredKey, SafeCredentialReferences_cachedCreds = new ConcurrentDictionary<SslCredKey, SafeCredentialReference>()
 

Detailed Description

Definition at line 8 of file SslSessionsCache.cs.


The documentation for this class was generated from the following file: