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

Public Member Functions

 AesCryptoServiceProvider ()
 
override void GenerateIV ()
 
override void GenerateKey ()
 
override ICryptoTransform CreateDecryptor (byte[] key, byte[] iv)
 
override ICryptoTransform CreateEncryptor (byte[] key, byte[] iv)
 
override ICryptoTransform CreateDecryptor ()
 
override ICryptoTransform CreateEncryptor ()
 
void Dispose ()
 
void Clear ()
 
bool ValidKeySize (int bitLength)
 

Static Public Member Functions

static new Aes Create ()
 
static new Aes Create (string algorithmName)
 

Protected Member Functions

override void Dispose (bool disposing)
 

Protected Attributes

int BlockSizeValue
 
int FeedbackSizeValue
 
byte[] IVValue
 
byte[] KeyValue
 
KeySizes[] LegalBlockSizesValue
 
KeySizes[] LegalKeySizesValue
 
int KeySizeValue
 
CipherMode ModeValue
 
PaddingMode PaddingValue
 

Properties

override byte[] IV [get, set]
 
override byte[] Key [get, set]
 
override int KeySize [get, set]
 
override int FeedbackSize [get, set]
 
override CipherMode Mode [get, set]
 
override PaddingMode Padding [get, set]
 
virtual int BlockSize [get, set]
 
virtual KeySizes[] LegalBlockSizes [get, set]
 
virtual KeySizes[] LegalKeySizes [get, set]
 

Static Private Attributes

static KeySizes[] s_legalBlockSizes
 
static KeySizes[] s_legalKeySizes
 

Detailed Description

Definition at line 8 of file AesCryptoServiceProvider.cs.


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