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

◆ Algorithm

CngAlgorithm System.Security.Cryptography.CngKey.Algorithm
get

Definition at line 17 of file CngKey.cs.

18 {
19 get
20 {
21 string propertyAsString = _keyHandle.GetPropertyAsString("Algorithm Name", CngPropertyOptions.None);
22 return new CngAlgorithm(propertyAsString);
23 }
24 }
readonly SafeNCryptKeyHandle _keyHandle
Definition CngKey.cs:11

Referenced by System.Security.Cryptography.CngKey.GetECSpecificCurveName(), and System.Security.Cryptography.CngKey.IsECNamedCurve().