Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class CertifiedPdfContainer

    Represents a certified pki pdf returned by SecureExchangesSignatureSDK

    Inheritance
    object
    CertifiedPdfContainer
    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 CertifiedPdfContainer

    Constructors

    CertifiedPdfContainer(byte[], string, SignFilesRequired, List<RecipientZoneDefinition>)

    Declaration
    public CertifiedPdfContainer(byte[] bytes, string filename, SignFilesRequired signFileDef, List<RecipientZoneDefinition> recipientZoneDefinitions)
    Parameters
    Type Name Description
    byte[] bytes
    string filename
    SignFilesRequired signFileDef
    List<RecipientZoneDefinition> recipientZoneDefinitions

    Properties

    FileName

    Filename of certified pdf

    Declaration
    public string FileName { get; }
    Property Value
    Type Description
    string

    Extension Methods

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