Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.Cryptography.BCryptAeadHandleCache Class Reference

Properties

static SafeAlgorithmHandle AesCcm [get]
 
static SafeAlgorithmHandle AesGcm [get]
 
static bool IsChaCha20Poly1305Supported = OperatingSystem.IsWindowsVersionAtLeast(10, 0, 20142) [get]
 
static SafeAlgorithmHandle ChaCha20Poly1305 [get]
 

Static Private Member Functions

static SafeAlgorithmHandle GetCachedAlgorithmHandle (ref SafeAlgorithmHandle handle, string algId, string chainingMode=null)
 

Static Private Attributes

static SafeAlgorithmHandle s_aesCcm
 
static SafeAlgorithmHandle s_aesGcm
 
static SafeAlgorithmHandle s_chaCha20Poly1305
 

Detailed Description

Definition at line 7 of file BCryptAeadHandleCache.cs.


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