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.KeySizes Class Referencesealed
+ Collaboration diagram for System.Security.Cryptography.KeySizes:

Public Member Functions

 KeySizes (int minSize, int maxSize, int skipSize)
 

Package Functions

bool IsLegal (int keySize)
 

Static Package Functions

static bool IsLegalKeySize (KeySizes[] legalKeys, int size)
 

Properties

int MinSize [get, set]
 
int MaxSize [get, set]
 
int SkipSize [get, set]
 

Private Attributes

int m_minSize
 
int m_maxSize
 
int m_skipSize
 

Detailed Description

Definition at line 11 of file KeySizes.cs.


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