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

◆ ECCngKey()

System.Security.Cryptography.ECCngKey.ECCngKey ( string algorithmGroup,
string disposedName )
inlinepackage

Definition at line 21 of file ECCngKey.cs.

22 {
23 _algorithmGroup = algorithmGroup;
24 _disposedName = disposedName;
25 }

References System.Security.Cryptography.ECCngKey._algorithmGroup, and System.Security.Cryptography.ECCngKey._disposedName.