Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OpenDesAlgorithm()

static Lazy< SafeAlgorithmHandle > Internal.Cryptography.DesBCryptModes.OpenDesAlgorithm ( string cipherMode)
inlinestaticprivate

Definition at line 33 of file DesBCryptModes.cs.

34 {
35 return new Lazy<SafeAlgorithmHandle>(delegate
36 {
38 safeAlgorithmHandle.SetCipherMode(cipherMode);
39 return safeAlgorithmHandle;
40 });
41 }
static SafeAlgorithmHandle BCryptOpenAlgorithmProvider(string pszAlgId, string pszImplementation, OpenAlgorithmProviderFlags dwFlags)
Definition Cng.cs:34

References Internal.NativeCrypto.Cng.BCryptOpenAlgorithmProvider().