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

Public Member Functions

 CngKeyBlobFormat (string format)
 
override bool Equals ([NotNullWhen(true)] object? obj)
 
bool Equals ([NotNullWhen(true)] CngKeyBlobFormat? other)
 
override int GetHashCode ()
 
override string ToString ()
 
bool Equals (T? other)
 

Static Public Member Functions

static bool operator== (CngKeyBlobFormat? left, CngKeyBlobFormat? right)
 
static bool operator!= (CngKeyBlobFormat? left, CngKeyBlobFormat? right)
 

Properties

string Format [get]
 
static CngKeyBlobFormat EccPrivateBlob [get]
 
static CngKeyBlobFormat EccPublicBlob [get]
 
static CngKeyBlobFormat EccFullPrivateBlob [get]
 
static CngKeyBlobFormat EccFullPublicBlob [get]
 
static CngKeyBlobFormat GenericPrivateBlob [get]
 
static CngKeyBlobFormat GenericPublicBlob [get]
 
static CngKeyBlobFormat OpaqueTransportBlob [get]
 
static CngKeyBlobFormat Pkcs8PrivateBlob [get]
 

Private Attributes

readonly string _format
 

Static Private Attributes

static CngKeyBlobFormat s_eccPrivate
 
static CngKeyBlobFormat s_eccPublic
 
static CngKeyBlobFormat s_eccFullPrivate
 
static CngKeyBlobFormat s_eccFullPublic
 
static CngKeyBlobFormat s_genericPrivate
 
static CngKeyBlobFormat s_genericPublic
 
static CngKeyBlobFormat s_opaqueTransport
 
static CngKeyBlobFormat s_pkcs8Private
 

Detailed Description

Definition at line 5 of file CngKeyBlobFormat.cs.


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