The members of System.Security.Cryptography.SymmetricAlgorithm are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Security.Cryptography.SymmetricAlgorithm class. |
BlockSizeValue | int.
Represents the block size, in bits, of the cryptographic operation. | |
FeedbackSizeValue | int.
Represents the feedback size, in bits, of the cryptographic operation. | |
IVValue | byte[].
Represents the initialization vector (SymmetricAlgorithm.IV) for the symmetric algorithm. | |
KeySizeValue | int.
Represents the size, in bits, of the secret key used by the symmetric algorithm. | |
KeyValue | byte[].
Represents the secret key for the symmetric algorithm. | |
LegalBlockSizesValue | KeySizes[].
Specifies the block sizes, in bits, that are supported by the symmetric algorithm. | |
LegalKeySizesValue | KeySizes[].
Specifies the key sizes, in bits, that are supported by the symmetric algorithm. | |
ModeValue | CipherMode.
Represents the cipher mode used in the symmetric algorithm. | |
PaddingValue | PaddingMode.
Represents the padding mode used in the symmetric algorithm. |
BlockSize | int.
Gets or sets the block size, in bits, of the cryptographic operation. | |
FeedbackSize | int.
Gets or sets the feedback size, in bits, of the cryptographic operation. | |
IV | byte[].
Gets or sets the initialization vector (SymmetricAlgorithm.IV) for the symmetric algorithm. | |
Key | byte[].
Gets or sets the secret key for the symmetric algorithm. | |
KeySize | int.
Gets or sets the size, in bits, of the secret key used by the symmetric algorithm. | |
[read-only] | LegalBlockSizes | KeySizes[].
Gets the block sizes, in bits, that are supported by the symmetric algorithm. |
[read-only] | LegalKeySizes | KeySizes[].
Gets the key sizes, in bits, that are supported by the symmetric algorithm. |
Mode | CipherMode.
Gets or sets the mode for operation of the symmetric algorithm. | |
Padding | PaddingMode.
Gets or sets the padding mode used in the symmetric algorithm. |
Clear()
| ||
static | Create()
| |
static | Create(string)
| |
CreateDecryptor()
| ||
abstract | CreateDecryptor(byte[], byte[])
| |
CreateEncryptor()
| ||
abstract | CreateEncryptor(byte[], byte[])
| |
Dispose()
| ||
Finalize()Documentation for this section has not yet been entered. | ||
abstract | GenerateIV()
| |
abstract | GenerateKey()
| |
ValidKeySize(int)
|
Dispose(bool)
|
IDisposable.Dispose |
Releases the unmanaged resources used by the System.Security.Cryptography.SymmetricAlgorithm and optionally releases the managed resources. |