menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPdfExternalSigner - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IPdfExternalSigner

    Interface for external signing to a PDF document

    Namespace: Syncfusion.Pdf.Security
    Assembly: Syncfusion.Pdf.Portable.dll
    Syntax
    public interface IPdfExternalSigner

    Properties

    HashAlgorithm

    Get HashAlgorithm

    Declaration
    string HashAlgorithm { get; }
    Property Value
    Type
    System.String

    Methods

    Sign(Byte[], out Byte[])

    Returns Signed Message Digest

    Declaration
    byte[] Sign(byte[] message, out byte[] timeStampResponse)
    Parameters
    Type Name Description
    System.Byte[] message

    The sign message.

    System.Byte[] timeStampResponse
    Returns
    Type
    System.Byte[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved