Click or drag to resize

StartupSettingsAddApplication Method

Add application to setting.

Namespace:  ASDSoft.WebSigner.Server.AspNetCore
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.3.0
Syntax
C#
protected void AddApplication(
	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