TrustedSigningSettings class

Settings for signing packages using Azure Trusted Signing.

public sealed class TrustedSigningSettings

Public Members

name description
TrustedSigningSettings() The default constructor.
Account { get; set; } The Trusted Signing Account name.
CertificateProfile { get; set; } The Certificate Profile name.
EndpointUrl { get; set; } The Trusted Signing Account endpoint. The value must be a URI that aligns to the region that your Trusted Signing Account and Certificate Profile were created in.

Remarks

For more information, see What is Trusted Signing?

See Also