Show / Hide Table of Contents
Editar no GitHub

Class SignerSpecs

Inheritance
Object
SignerSpecs
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 SignerSpecs

Constructors

| Improve this Doc View Source

SignerSpecs()

Declaration
public SignerSpecs()

Properties

| Improve this Doc View Source

AttributeGeneration

Declaration
public SignerSpecs.AttributeGenerationSpec AttributeGeneration { get; set; }
Property Value
Type Description
SignerSpecs.AttributeGenerationSpec
| Improve this Doc View Source

AttributeValidation

Declaration
public SignerSpecs.AttributeValidationSpec AttributeValidation { get; set; }
Property Value
Type Description
SignerSpecs.AttributeValidationSpec
| Improve this Doc View Source

CmsSignatureTimestampPolicy

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

PolicyDigest

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

PolicyOid

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

PolicyUri

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