Click or drag to resize

PdfCertifierSilent Property

Gets or sets a value representing the state of the silent parameter of the method called when computing the signature.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Silent { get; set; }

Property Value

Type: Boolean

true (default) if no password / PIN requests should be made to the UI; false if a UI prompt can also be shown (useful for testing with USB

Remarks

This property directly maps to the value of parameter used when calling System.Security.Cryptography.Pkcs.SignedCms.ComputeSignature(CmsSigner, bool).

In server applications, this value should usually be false.

See Also