Show / Hide Table of Contents

Class XmlPolicySpec.GenerationSpec

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

Constructors

GenerationSpec()

Declaration
public GenerationSpec()

Properties

ArchiveTimestamp

Declaration
public GenerationRequirementLevels ArchiveTimestamp { get; set; }
Property Value
Type Description
GenerationRequirementLevels

IncludeCertificateValues

Whether or not to include a CertificateValues property.

Declaration
public bool IncludeCertificateValues { get; set; }
Property Value
Type Description
Boolean

IncludeCompleteCertificateReferences

Whether or not to include the CompleteCertificateRefs property.

Declaration
public bool IncludeCompleteCertificateReferences { get; set; }
Property Value
Type Description
Boolean

IncludeCompleteRevocationReferences

Whether or not to include the CompleteRevocationRefs property.

Declaration
public bool IncludeCompleteRevocationReferences { get; set; }
Property Value
Type Description
Boolean

IncludeKeyValue

Declaration
public bool IncludeKeyValue { get; set; }
Property Value
Type Description
Boolean

IncludeRevocationValues

Whether or not to include a RevocationValues property.

Declaration
public bool IncludeRevocationValues { get; set; }
Property Value
Type Description
Boolean

IncludeSignaturePolicyIdentifierProperty

Declaration
public bool IncludeSignaturePolicyIdentifierProperty { get; set; }
Property Value
Type Description
Boolean

IncludeSigningCertificateProperty

Declaration
public InclusionLevel IncludeSigningCertificateProperty { get; set; }
Property Value
Type Description
InclusionLevel

IncludeSigningTimeProperty

Whether or not to include the SigningTime XAdES signed property containing the time taken from the local machine.

Declaration
public bool IncludeSigningTimeProperty { get; set; }
Property Value
Type Description
Boolean

IncludeX509Data

Declaration
[Obsolete("The name of this property is misleading. It has been renamed to X509DataCertificates. See also X509DataFields.")]
public InclusionLevel IncludeX509Data { get; set; }
Property Value
Type Description
InclusionLevel

OmitSignatureElementIds

Declaration
public bool OmitSignatureElementIds { get; set; }
Property Value
Type Description
Boolean

SigAndRefsTimestamp

Declaration
public GenerationRequirementLevels SigAndRefsTimestamp { get; set; }
Property Value
Type Description
GenerationRequirementLevels

SignatureTimestamp

Declaration
public GenerationRequirementLevels SignatureTimestamp { get; set; }
Property Value
Type Description
GenerationRequirementLevels

X509DataCertificates

Declaration
public InclusionLevel X509DataCertificates { get; set; }
Property Value
Type Description
InclusionLevel

X509DataFields

Declaration
public X509DataFields X509DataFields { get; set; }
Property Value
Type Description
X509DataFields

XmlTransformations

Declaration
public List<XmlTransformation> XmlTransformations { get; set; }
Property Value
Type Description
List<XmlTransformation>
Back to top Copyright © 2015-2020 Lacuna Software