Click or drag to resize

CryptographyBase Properties

The CryptographyBase type exposes the following members.

Properties
  NameDescription
Public propertyCanDecrypt
Gets or sets a value indicating whether this instance can decrypt.
Public propertyHasIV
Gets or sets a value indicating whether this instance has an Initial Vector.
Public propertyHasKey
Gets or sets a value indicating whether this instance has key. Hash method does not have a key.
Public propertyHasOptions
Gets or sets a value indicating whether this instance has options including CipherMode and PaddingMode
Public propertyUseCertificate
Gets or sets a value indicating whether this algorithm need a certificate to do Encryption or Decryption (RSA algorithm for example).
Top
See Also