Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override string | ToXmlString () |
override ECParameters | ExportExplicitParameters () |
override ECParameters | ExportParameters () |
void | Dispose () |
virtual byte[] | ToByteArray () |
virtual bool | TryExportSubjectPublicKeyInfo (Span< byte > destination, out int bytesWritten) |
virtual byte[] | ExportSubjectPublicKeyInfo () |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Package Functions | |
ECDiffieHellmanCngPublicKey (byte[] keyBlob, string curveName) | |
Package Attributes | |
string | _curveName |
Private Attributes | |
byte[] | _keyBlob |
Definition at line 405 of file ECDiffieHellmanImplementation.cs.