Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ApplyPKISDKArgs

    Inheritance
    object
    ApplyPKISDKArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Args
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class ApplyPKISDKArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Properties

    EndPointConfigurationName

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

    EndPointUri

    Declaration
    public Uri EndPointUri { get; set; }
    Property Value
    Type Description
    Uri

    FileMetaDataID

    The file meta data ID associated with the file

    Declaration
    public Guid FileMetaDataID { get; set; }
    Property Value
    Type Description
    Guid

    ManifestID

    The manifest ID

    Declaration
    public Guid ManifestID { get; set; }
    Property Value
    Type Description
    Guid

    ManifestRecipientID

    The manifest recipient id

    Declaration
    public Guid ManifestRecipientID { get; set; }
    Property Value
    Type Description
    Guid

    PDF

    Declaration
    public byte[] PDF { get; set; }
    Property Value
    Type Description
    byte[]

    PDFExistingFieldsInfos

    Get the liste of PDF existings field info

    Declaration
    public IEnumerable<IExistingFieldsInfos> PDFExistingFieldsInfos { get; set; }
    Property Value
    Type Description
    IEnumerable<IExistingFieldsInfos>

    XmlFilePUblicKey

    The public key associated to the file

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

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

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