Show / Hide Table of Contents
Editar no GitHub

Class DssEntry

Inheritance
Object
DssEntry
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Pades
Assembly: Lacuna.Pki.dll
Syntax
public class DssEntry

Constructors

| Improve this Doc View Source

DssEntry(String, PKCertificate, ValidationResults)

Declaration
public DssEntry(string fieldName, PKCertificate signingCertificate, ValidationResults vr)
Parameters
Type Name Description
String fieldName
PKCertificate signingCertificate
ValidationResults vr

Properties

| Improve this Doc View Source

SignatureFieldName

Declaration
public string SignatureFieldName { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

SigningCertificate

Declaration
public PKCertificate SigningCertificate { get; set; }
Property Value
Type Description
PKCertificate
| Improve this Doc View Source

Vr

Declaration
public ValidationResults Vr { get; set; }
Property Value
Type Description
ValidationResults
Back to top Copyright © 2015-2020 Lacuna Software