Gets or sets a value indicating whether cryptographic providers are allowed to display any user interface (UI) when working with private keys.

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

Syntax

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

Remarks

In case of signing, the actual behavior is determined by the combination of this value and the value of Silent passed to SetSignedContent()()()() method. Cryptographic operations are only permitted to display a UI if both Silent properties are set to true.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also