Interface ISignFile
Determine the sign contract
Inherited Members
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 |