Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.Cryptography.CngAlgorithmCore Struct Reference

Public Member Functions

 CngAlgorithmCore (string disposedName)
 
bool IsKeyGeneratedNamedCurve ()
 
void DisposeKey ()
 
CngKey GetOrGenerateKey (int keySize, CngAlgorithm algorithm)
 
CngKey GetOrGenerateKey (ECCurve? curve)
 
void SetKey (CngKey key)
 
void Dispose ()
 

Static Public Member Functions

static CngKey Duplicate (CngKey key)
 

Public Attributes

CngAlgorithm DefaultKeyType
 

Package Functions

void ThrowIfDisposed ()
 

Private Attributes

readonly string _disposedName
 
CngKey _lazyKey
 
bool _disposed
 

Detailed Description

Definition at line 7 of file CngAlgorithmCore.cs.


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