|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 7 of file CngAlgorithmCore.cs.