Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
CspKeyContainerInfo (CspParameters parameters) | |
Package Functions | |
CspKeyContainerInfo (CspParameters parameters, bool randomKeyContainer) | |
Properties | |
bool | Accessible [get] |
bool | Exportable [get] |
bool | HardwareDevice [get] |
string? | KeyContainerName [get] |
KeyNumber | KeyNumber [get] |
bool | MachineKeyStore [get] |
bool | Protected [get] |
string? | ProviderName [get] |
int | ProviderType [get] |
bool | RandomlyGenerated [get] |
bool | Removable [get] |
string | UniqueKeyContainerName [get] |
Private Member Functions | |
object | ReadKeyParameterSilent (int keyParam, bool throwOnNotFound=true) |
object | ReadDeviceParameterVerifyContext (int keyParam) |
Private Attributes | |
readonly CspParameters | _parameters |
readonly bool | _randomKeyContainer |
Definition at line 7 of file CspKeyContainerInfo.cs.