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
Methods
Protected internal methods
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