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