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 |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Methods
Protected internal methods
|
Returns |
Name |
|---|---|
|
|
() |
Details
Constructors
SignaturePolicyInfo [1/2]
Source code
public SignaturePolicyInfo(string policyIdentifier, byte[] policyHash, string policyDigestAlgorithm, string policyUri)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
policyIdentifier |
|
|
|
policyHash |
|
|
|
policyDigestAlgorithm |
|
|
|
policyUri |
SignaturePolicyInfo [2/2]
Source code
public SignaturePolicyInfo(string policyIdentifier, string policyHashBase64, string policyDigestAlgorithm, string policyUri)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
policyIdentifier |
|
|
|
policyHashBase64 |
|
|
|
policyDigestAlgorithm |
|
|
|
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