Class XmlPolicySpec.GenerationSpec
Inheritance
XmlPolicySpec.GenerationSpec
Assembly: Lacuna.Pki.dll
Syntax
public class GenerationSpec
Constructors
GenerationSpec()
Declaration
Properties
ArchiveTimestamp
Declaration
public GenerationRequirementLevels ArchiveTimestamp { get; set; }
Property Value
IncludeCertificateValues
Whether or not to include a CertificateValues property.
Declaration
public bool IncludeCertificateValues { get; set; }
Property Value
IncludeCompleteCertificateReferences
Whether or not to include the CompleteCertificateRefs property.
Declaration
public bool IncludeCompleteCertificateReferences { get; set; }
Property Value
IncludeCompleteRevocationReferences
Whether or not to include the CompleteRevocationRefs property.
Declaration
public bool IncludeCompleteRevocationReferences { get; set; }
Property Value
IncludeKeyValue
Declaration
public bool IncludeKeyValue { get; set; }
Property Value
IncludeRevocationValues
Whether or not to include a RevocationValues property.
Declaration
public bool IncludeRevocationValues { get; set; }
Property Value
IncludeSignaturePolicyIdentifierProperty
Declaration
public bool IncludeSignaturePolicyIdentifierProperty { get; set; }
Property Value
IncludeSigningCertificateProperty
Declaration
public InclusionLevel IncludeSigningCertificateProperty { get; set; }
Property Value
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
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
OmitSignatureElementIds
Declaration
public bool OmitSignatureElementIds { get; set; }
Property Value
SigAndRefsTimestamp
Declaration
public GenerationRequirementLevels SigAndRefsTimestamp { get; set; }
Property Value
SignatureTimestamp
Declaration
public GenerationRequirementLevels SignatureTimestamp { get; set; }
Property Value
X509DataCertificates
Declaration
public InclusionLevel X509DataCertificates { get; set; }
Property Value
X509DataFields
Declaration
public X509DataFields X509DataFields { get; set; }
Property Value
Declaration
public List<XmlTransformation> XmlTransformations { get; set; }
Property Value