terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Security.Cryptography.CspParameters Class Referencesealed
+ Collaboration diagram for System.Security.Cryptography.CspParameters:

Public Member Functions

 CspParameters ()
 
 CspParameters (int dwTypeIn)
 
 CspParameters (int dwTypeIn, string strProviderNameIn)
 
 CspParameters (int dwTypeIn, string strProviderNameIn, string strContainerNameIn)
 
 CspParameters (int providerType, string providerName, string keyContainerName, global::System.Security.AccessControl.CryptoKeySecurity cryptoKeySecurity, SecureString keyPassword)
 
 CspParameters (int providerType, string providerName, string keyContainerName, global::System.Security.AccessControl.CryptoKeySecurity cryptoKeySecurity, global::System.IntPtr parentWindowHandle)
 

Public Attributes

int ProviderType
 
string ProviderName
 
string KeyContainerName
 
int KeyNumber
 

Package Functions

 CspParameters (int providerType, string providerName, string keyContainerName, CspProviderFlags flags)
 
 CspParameters (CspParameters parameters)
 

Properties

CspProviderFlags Flags [get, set]
 
global::System.Security.AccessControl.CryptoKeySecurity CryptoKeySecurity [get, set]
 
SecureString KeyPassword [get, set]
 
global::System.IntPtr ParentWindowHandle [get, set]
 

Private Attributes

int m_flags
 
global::System.Security.AccessControl.CryptoKeySecurity m_cryptoKeySecurity
 
SecureString m_keyPassword
 
global::System.IntPtr m_parentWindowHandle
 

Detailed Description

Definition at line 12 of file CspParameters.cs.


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