iText 5

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

Type

Name

Methods

string

PolicyDigestAlgorithm

get

byte``[]

PolicyHash

get

string

PolicyIdentifier

get

string

PolicyUri

get

Methods

Protected internal methods

Returns

Name

SignaturePolicyIdentifier

ToSignaturePolicyIdentifier

()

Details

Constructors

SignaturePolicyInfo [1/2]

Source code

public SignaturePolicyInfo(string policyIdentifier, byte[] policyHash, string policyDigestAlgorithm, string policyUri)

Arguments

Type

Name

Description

string

policyIdentifier

byte``[]

policyHash

string

policyDigestAlgorithm

string

policyUri

SignaturePolicyInfo [2/2]

Source code

public SignaturePolicyInfo(string policyIdentifier, string policyHashBase64, string policyDigestAlgorithm, string policyUri)

Arguments

Type

Name

Description

string

policyIdentifier

string

policyHashBase64

string

policyDigestAlgorithm

string

policyUri

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