Mono Class Library: OverviewSystem.Security.Cryptography.SymmetricAlgorithm: Property Members |
The properties 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
BlockSize int. The block size of the cryptographic operation in bits. FeedbackSize int. The feedback size of the cryptographic operation in bits. IV byte[]. The initialization vector (IV) for the symmetric algorithm. Key byte[]. The secret key for the symmetric algorithm. KeySize int. The size of the secret key used by the symmetric algorithm in bits. [read-only] LegalBlockSizes KeySizes[]. Specifies the block sizes that are supported by the symmetric algorithm. [read-only] LegalKeySizes KeySizes[]. Specifies the key sizes that are supported by the symmetric algorithm. Mode CipherMode. Represents the cipher mode used in the symmetric algorithm. Padding PaddingMode. Represents the padding mode used in the symmetric algorithm.