Show / Hide Table of Contents
Editar no GitHub

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

| Improve this Doc View Source

GenerationSpec()

Declaration
public GenerationSpec()

Properties

| Improve this Doc View Source

ArchiveTimestamp

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

IncludeCertificateValues

Whether or not to include a CertificateValues property.

Declaration
public bool IncludeCertificateValues { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IncludeCompleteCertificateReferences

Whether or not to include the CompleteCertificateRefs property.

Declaration
public bool IncludeCompleteCertificateReferences { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IncludeCompleteRevocationReferences

Whether or not to include the CompleteRevocationRefs property.

Declaration
public bool IncludeCompleteRevocationReferences { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IncludeKeyValue

Declaration
public bool IncludeKeyValue { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IncludeRevocationValues

Whether or not to include a RevocationValues property.

Declaration
public bool IncludeRevocationValues { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IncludeSignaturePolicyIdentifierProperty

Declaration
public bool IncludeSignaturePolicyIdentifierProperty { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IncludeSigningCertificateProperty

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

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
| Improve this Doc View Source

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
| Improve this Doc View Source

OmitSignatureElementIds

Declaration
public bool OmitSignatureElementIds { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

SigAndRefsTimestamp

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

SignatureTimestamp

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

X509DataCertificates

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

X509DataFields

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

XmlTransformations

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