Skip to main content
Skip table of contents

SignaturePolicyInfo

SignaturePolicyInfo Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.security
  iTextSharp.text.pdf.security.SignaturePolicyInfo[[SignaturePolicyInfo]]
  end

Members

Properties

Public properties
TypeNameMethods
stringPolicyDigestAlgorithmget
byte``[]PolicyHashget
stringPolicyIdentifierget
stringPolicyUriget

Methods

Protected internal methods
ReturnsName
SignaturePolicyIdentifierToSignaturePolicyIdentifier()

Details

Constructors

SignaturePolicyInfo [1/2]

Source code

public SignaturePolicyInfo(string policyIdentifier, byte[] policyHash, string policyDigestAlgorithm, string policyUri)
Arguments
TypeNameDescription
stringpolicyIdentifier
byte``[]policyHash
stringpolicyDigestAlgorithm
stringpolicyUri
SignaturePolicyInfo [2/2]

Source code

public SignaturePolicyInfo(string policyIdentifier, string policyHashBase64, string policyDigestAlgorithm, string policyUri)
Arguments
TypeNameDescription
stringpolicyIdentifier
stringpolicyHashBase64
stringpolicyDigestAlgorithm
stringpolicyUri

Methods

ToSignaturePolicyIdentifier

Source code

protected internal SignaturePolicyIdentifier ToSignaturePolicyIdentifier()

Properties

PolicyIdentifier
public string PolicyIdentifier { get; }
PolicyHash
public byte PolicyHash { get; }
PolicyDigestAlgorithm
public string PolicyDigestAlgorithm { get; }
PolicyUri
public string PolicyUri { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.