Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SignNamedPipeObj

    Inheritance
    object
    SignNamedPipeObj
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    string

    FilePath

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

    IsDebug

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

    Models

    The list of model retreived for signature

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

    RecipientZoneFile

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

    Recipients

    Declaration
    public List<string> Recipients { get; set; }
    Property Value
    Type Description
    List<string>

    SigningResources

    Represents all resources required for pki and signAndSend

    Declaration
    public SigningResources SigningResources { get; set; }
    Property Value
    Type Description
    SigningResources

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation