SignatureParameters.Silent Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Silent
If set to true (default), the cryptographic provider should not display any user interface (UI) when working with private keys. Only used for signing operations.
Declaration
public bool Silent { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
If silent operation is requested and the cryptographic provider needs to display a UI to operate, the requested method will fail.