Click or drag to resize

CryptographyBaseUseCertificate Property

Gets or sets a value indicating whether this algorithm need a certificate to do Encryption or Decryption (RSA algorithm for example).

Namespace:  Hummingbird.TestFramework.Cryptography
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public bool UseCertificate { get; protected set; }

Property Value

Type: Boolean
true if user must provide a certificate; otherwise, false.
See Also