SignedData.Silent Property
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Silent
Gets or sets a value indicating whether cryptographic providers are allowed to display any user interface (UI) when working with private keys.
Declaration
public bool Silent { get; set; }
Property Value
Type | Description |
---|---|
Boolean | 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.