6 [TypeForwardedFrom(
"System.Core, Version=3.5.0.0, Culture=Neutral, PublicKeyToken=b77a5c561934e089")]
43 if (algorithmName ==
null)
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method th...
static new Aes Create()
Creates a cryptographic object that is used to perform the symmetric algorithm.
KeySizes [] LegalBlockSizesValue
Specifies the block sizes, in bits, that are supported by the symmetric algorithm.
KeySizes [] LegalKeySizesValue
Specifies the key sizes, in bits, that are supported by the symmetric algorithm.
static object CreateFromName(string name, params object[] args)
Creates a new instance of the specified cryptographic object with the specified arguments.
Aes()
Initializes a new instance of the T:System.Security.Cryptography.Aes class.
Accesses the cryptography configuration information.
int KeySizeValue
Represents the size, in bits, of the secret key used by the symmetric algorithm.
static new Aes Create(string algorithmName)
Creates a cryptographic object that specifies the implementation of AES to use to perform the symmetr...
Determines the set of valid key sizes for the symmetric cryptographic algorithms.
CipherMode ModeValue
Represents the cipher mode used in the symmetric algorithm.
int FeedbackSizeValue
Represents the feedback size, in bits, of the cryptographic operation.
Represents the abstract base class from which all implementations of symmetric algorithms must inheri...
int BlockSizeValue
Represents the block size, in bits, of the cryptographic operation.
CipherMode
Specifies the block cipher mode to use for encryption.
Represents the abstract base class from which all implementations of the Advanced Encryption Standard...