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
Syntaxpublic bool UseCertificate { get; protected set; }Public Property UseCertificate As Boolean
	Get
	Protected Set
public:
property bool UseCertificate {
	bool get ();
	protected: void set (bool value);
}member UseCertificate : bool with get, set
Property Value
Type: 
Booleantrue if user must provide a certificate; otherwise, 
false.
            
See Also