Show / Hide Table of Contents

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

SignerSpecs()

Declaration
public SignerSpecs()

Properties

AttributeGeneration

Declaration
public SignerSpecs.AttributeGenerationSpec AttributeGeneration { get; set; }
Property Value
Type Description
SignerSpecs.AttributeGenerationSpec

AttributeValidation

Declaration
public SignerSpecs.AttributeValidationSpec AttributeValidation { get; set; }
Property Value
Type Description
SignerSpecs.AttributeValidationSpec

CmsSignatureTimestampPolicy

Declaration
public CadesPolicySpec CmsSignatureTimestampPolicy { get; set; }
Property Value
Type Description
CadesPolicySpec

PolicyDigest

Declaration
public DigestAlgorithmAndValue PolicyDigest { get; set; }
Property Value
Type Description
DigestAlgorithmAndValue

PolicyOid

Declaration
public string PolicyOid { get; set; }
Property Value
Type Description
String

PolicyUri

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