For a list of all members of this type, see NoEncryptionAlgorithm members.
Public Properties
| Name | Description |
 | BlockSize | Gets or sets the block size, in bits, of the cryptographic operation. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
 | CanReuseTransform | |
 | CanTransformMultipleBlocks | |
 | CipherBlockSize | |
 | CurrentTransform | |
 | EncryptionAlgorithm | |
 | FeedbackSize | Gets or sets the feedback size, in bits, of the cryptographic operation. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
 | InputBlockSize | |
 | IV | Gets or sets the initialization vector (System.Security.Cryptography.SymmetricAlgorithm.IV) for the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
 | IVSize | |
 | Key | Gets or sets the secret key for the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
 | KeySize | Gets or sets the size, in bits, of the secret key used by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
 | LegalBlockSizes | Gets the block sizes, in bits, that are supported by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
 | LegalKeySizes | Gets the key sizes, in bits, that are supported by the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
 | Mode | Gets or sets the mode for operation of the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
 | OutputBlockSize | |
 | Padding | Gets or sets the padding mode used in the symmetric algorithm. (Inherited from System.Security.Cryptography.SymmetricAlgorithm) |
Top
See Also