If set to true (default), the cryptographic provider should not display any user interface (UI) when working with private keys. Only used for decryption operations.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.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