Click or drag to resize

CryptographyBaseCanDecrypt Property

Gets or sets a value indicating whether this instance can decrypt.

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

Property Value

Type: Boolean
true if this instance can decrypt; otherwise, false.
See Also