Click or drag to resize

RC2 Properties

The RC2 type exposes the following members.

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