TripleDes Properties |
The TripleDes type exposes the following members.
| Name | Description | |
|---|---|---|
| CanDecrypt |
Gets or sets a value indicating whether this instance can decrypt.
(Inherited from CryptographyBase.) | |
| HasIV |
Gets or sets a value indicating whether this instance has an Initial Vector.
(Inherited from CryptographyBase.) | |
| HasKey |
Gets or sets a value indicating whether this instance has key. Hash method does not have a key.
(Inherited from CryptographyBase.) | |
| HasOptions |
Gets or sets a value indicating whether this instance has options including CipherMode and PaddingMode (Inherited from CryptographyBase.) | |
| UseCertificate |
Gets or sets a value indicating whether this algorithm need a certificate to do Encryption or Decryption (RSA algorithm for example).
(Inherited from CryptographyBase.) |