CoreConfigSettingIdsSigningCertificate Field

The signing certificate for the application from the Windows certificate store.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static readonly Guid SigningCertificate

Field Value

Type: Guid
Remarks

The value of this constant is c0a20d9d-eae2-49bf-a670-c427b6703870.

Data Type: String. Default Value: Empty.

An empty string indicates that no signing certificate should be used.

The raw form of the value is [issuer].Serial=[serial], where:

[issuer]
The certificate issuer (e.g. CN=ca.example.com).
[serial]
The serial number of the certificate (e.g. 00B1D84DF76C5D98F5).
See Also