|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override string | ToXmlString () |
| CngKey | Import () |
| override ECParameters | ExportExplicitParameters () |
| override ECParameters | ExportParameters () |
| void | Dispose () |
| virtual byte[] | ToByteArray () |
| virtual bool | TryExportSubjectPublicKeyInfo (Span< byte > destination, out int bytesWritten) |
| virtual byte[] | ExportSubjectPublicKeyInfo () |
Static Public Member Functions | |
| static ECDiffieHellmanCngPublicKey | FromXmlString (string xml) |
| static ECDiffieHellmanPublicKey | FromByteArray (byte[] publicKeyBlob, CngKeyBlobFormat format) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Package Functions | |
| ECDiffieHellmanCngPublicKey (byte[] keyBlob, string curveName, CngKeyBlobFormat format) | |
Static Package Functions | |
| static ECDiffieHellmanCngPublicKey | FromKey (CngKey key) |
Properties | |
| CngKeyBlobFormat | BlobFormat [get] |
Private Attributes | |
| readonly CngKeyBlobFormat | _format |
| readonly string | _curveName |
| bool | _disposed |
| readonly byte[] | _keyBlob |
Definition at line 3 of file ECDiffieHellmanCngPublicKey.cs.