| Terraria v1.4.4.9
    Terraria source code documentation | 
| Package Functions | |
| ECCngKey (string algorithmGroup, string disposedName) | |
| string | GetCurveName (int callerKeySizeProperty, out string oidValue) | 
| SafeNCryptKeyHandle | GetDuplicatedKeyHandle (int callerKeySizeProperty) | 
| void | GenerateKey (ECCurve curve) | 
| void | FullDispose () | 
| void | DisposeKey () | 
| void | SetHandle (SafeNCryptKeyHandle keyHandle, string algorithmName) | 
| void | ThrowIfDisposed () | 
| Properties | |
| int | KeySize  [get, private set] | 
| Private Attributes | |
| SafeNCryptKeyHandle | _keyHandle | 
| int | _lastKeySize | 
| string | _lastAlgorithm | 
| bool | _disposed | 
| readonly string | _algorithmGroup | 
| readonly string | _disposedName | 
Definition at line 5 of file ECCngKey.cs.