Show / Hide Table of Contents

Interface ICertificateProperties

Certificate properties and options for the sign files

Namespace: SecureExchangesSDK.Models.Contract
Assembly: SecureExchangesSDK.dll
Syntax
public interface ICertificateProperties

Properties

DoNotAppendCertificateToFile

Determine if the file must generate a signature certificate at the end

Declaration
bool DoNotAppendCertificateToFile { get; set; }
Property Value
Type Description
System.Boolean

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX