Class SignNamedPipeObj
Inheritance
SignNamedPipeObj
Assembly: SecureExchangesSDK.dll
Syntax
public class SignNamedPipeObj
Properties
CultureID
Declaration
public string CultureID { get; set; }
Property Value
FilePath
Declaration
public string FilePath { get; set; }
Property Value
IsDebug
Declaration
public bool IsDebug { get; set; }
Property Value
Models
The list of model retreived for signature
Declaration
public List<SignTemplate> Models { get; set; }
Property Value
RecipientZoneFile
Declaration
public List<RecipientZoneDefinition> RecipientZoneFile { get; set; }
Property Value
Recipients
Declaration
public List<string> Recipients { get; set; }
Property Value
SigningResources
Represents all resources required for pki and signAndSend
Declaration
public SigningResources SigningResources { get; set; }
Property Value
Extension Methods