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

Public Member Functions

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

Static Public Member Functions

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

Properties

string Provider [get]
 
static CngProvider MicrosoftPlatformCryptoProvider [get]
 
static CngProvider MicrosoftSmartCardKeyStorageProvider [get]
 
static CngProvider MicrosoftSoftwareKeyStorageProvider [get]
 

Private Attributes

readonly string _provider
 

Static Private Attributes

static CngProvider s_msPlatformKsp
 
static CngProvider s_msSmartCardKsp
 
static CngProvider s_msSoftwareKsp
 

Detailed Description

Definition at line 5 of file CngProvider.cs.


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