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.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property Silent As Boolean
	Get
	Set
C#
public bool Silent { get; set; }

Remarks

If silent operation is requested and the cryptographic provider needs to display a UI to operate, the requested method will fail.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also