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 cryptographic providers can display a UI.

Remarks

In case of signing, the actual behavior is determined by the combination of this value and the value of Silent passed to associated SignerInfo objects. Cryptographic providers 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