Mono Class Library: OverviewSystem.Security.Cryptography.SymmetricAlgorithm: Field Members |
The fields of System.Security.Cryptography.SymmetricAlgorithm are listed below. For a list of all members, see the SymmetricAlgorithm Members list.
See Also: Inherited members from System.Object
BlockSizeValue int. The block size of the cryptographic operation in bits. FeedbackSizeValue int. The feedback size of the cryptographic operation in bits. IVValue byte[]. The initialization vector (IV) for the symmetric algorithm. KeySizeValue int. The size of the secret key used by the symmetric algorithm in bits. KeyValue byte[]. The secret key for the symmetric algorithm. LegalBlockSizesValue KeySizes[]. Specifies the block sizes that are supported by the symmetric algorithm. LegalKeySizesValue KeySizes[]. Specifies the key sizes 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.