Show / Hide Table of Contents

Class SignNamedPipeObj

Inheritance
System.Object
SignNamedPipeObj
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Models.JSON
Assembly: SecureExchangesSDK.dll
Syntax
public class SignNamedPipeObj

Properties

CultureID

Declaration
public string CultureID { get; set; }
Property Value
Type Description
System.String

FilePath

Declaration
public string FilePath { get; set; }
Property Value
Type Description
System.String

IsDebug

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

Models

The list of model retreived for signature

Declaration
public List<SignTemplate> Models { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SignTemplate>

Recipients

Declaration
public List<string> Recipients { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

RecipientZoneFile

Declaration
public List<RecipientZoneDefinition> RecipientZoneFile { get; set; }
Property Value
Type Description
System.Collections.Generic.List<RecipientZoneDefinition>

Extension Methods

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