Gets or sets a value indicating whether cryptographic providers
            are permitted to display any user interface (UI) when working with private keys.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property Silent As Boolean Get Set | 
| C# | 
|---|
| public bool Silent { get; set; } | 
Field Value
A value indicating whether a cryptographic provider can display UI. Remarks
Remarks
            In case of signing, the actual behavior is determined by the combination of this value and the value of
            Silent passed to Sign()()()() method.
            Cryptographic operations are only permitted to display a UI if both Silent properties are set to true.
            
 
     
     
     
     
    