Show / Hide Table of Contents

Interface ISignFile

Determine the sign contract

Inherited Members
ICertificateProperties.DoNotAppendCertificateToFile
Namespace: SecureExchangesSDK.Models.Contract
Assembly: SecureExchangesSDK.dll
Syntax
public interface ISignFile : ICertificateProperties

Properties

NeedSignature

The file need to be signed

Declaration
bool NeedSignature { 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