Click or drag to resize

StartupSettings Constructor (String, Byte)

Constructor for setting default application

Namespace:  ASDSoft.WebSigner.Server.AspNetCore
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public StartupSettings(
	string applicationName,
	byte[] logoBitmap = null
)

Parameters

applicationName
Type: SystemString
Name of application that is displayed in client window for selecting a certificate.
logoBitmap (Optional)
Type: SystemByte
Custom bitmap logo (for example in PNG format) for display in client window for selecting a certificate.
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