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

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
 

Detailed Description

Definition at line 3 of file ECDiffieHellmanCngPublicKey.cs.


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