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

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

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 a UI.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also