Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.ECCngKey Class Referencesealed

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
 

Detailed Description

Definition at line 5 of file ECCngKey.cs.


The documentation for this class was generated from the following file: