Click or drag to resize

StartupSettingsLogoBitmap Property

Custom bitmap logo (for example in PNG format) for display in client window for selecting a certificate.

Namespace:  ASDSoft.WebSigner.Server.AspNet
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public byte[] LogoBitmap { get; set; }

Property Value

Type: Byte
Remarks
Ideal height is 35px because logo no need resize.

Default is ASD logo, if this property is set to . For hide logo (no logo) set this property to empty byte array new byte[0].

See Also