Click or drag to resize

PdfSigningInfoSignatureBufferKbSize Property

Base buffer size for the signature store in kB without TSA and OCSP. It is not specified, used default size 8 kB.

Namespace:  ASDSoft.WebSigner.Server.Api
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.3.0
Syntax
C#
[DataMemberAttribute(Name = "signatureBufferKbSize")]
public int? SignatureBufferKbSize { get; set; }

Property Value

Type: NullableInt32
Examples
8
See Also