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

◆ IsPlatformScheme() [2/2]

static bool System.Security.Cryptography.CngPkcs8.IsPlatformScheme ( PbeParameters pbeParameters)
inlinestaticpackage

Definition at line 45 of file CngPkcs8.cs.

46 {
47 if (pbeParameters.EncryptionAlgorithm == s_platformParameters.EncryptionAlgorithm)
48 {
49 return pbeParameters.HashAlgorithm == s_platformParameters.HashAlgorithm;
50 }
51 return false;
52 }
static readonly PbeParameters s_platformParameters
Definition CngPkcs8.cs:26

References System.Security.Cryptography.PbeParameters.EncryptionAlgorithm, and System.Security.Cryptography.CngPkcs8.s_platformParameters.