MailSignatureParameters.Silent Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
Silent
Gets or sets a value indicating whether cryptographic providers are permitted to display any user interface (UI) when working with private keys. Only used for signing operations.
Declaration
public bool Silent { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
If silent operation is requested and the cryptographic provider needs to display a UI to operate, the requested method will fail.