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