Class GenericTimeStampType
[Serializable]
public abstract class GenericTimeStampType
- Inheritance
-
GenericTimeStampType
- Derived
- Inherited Members
Properties
CanonicalizationMethod
[AllowNull]
[MaybeNull]
public CanonicalizationMethodType CanonicalizationMethod { get; set; }
Property Value
EncapsulatedTimeStamp
[AllowNull]
[MaybeNull]
public Collection<EncapsulatedPkiDataType> EncapsulatedTimeStamp { get; set; }
Property Value
EncapsulatedTimeStampSpecified
Gets a value indicating whether the EncapsulatedTimeStamp collection is empty.
public bool EncapsulatedTimeStampSpecified { get; }
Property Value
Id
[AllowNull]
[MaybeNull]
public string Id { get; set; }
Property Value
Include
[AllowNull]
[MaybeNull]
public Collection<IncludeType> Include { get; set; }
Property Value
IncludeSpecified
Gets a value indicating whether the Include collection is empty.
public bool IncludeSpecified { get; }
Property Value
ReferenceInfo
[AllowNull]
[MaybeNull]
public Collection<ReferenceInfoType> ReferenceInfo { get; set; }
Property Value
ReferenceInfoSpecified
Gets a value indicating whether the ReferenceInfo collection is empty.
public bool ReferenceInfoSpecified { get; }
Property Value
XmlTimeStamp
[AllowNull]
[MaybeNull]
public Collection<AnyType> XmlTimeStamp { get; set; }
Property Value
XmlTimeStampSpecified
Gets a value indicating whether the XmlTimeStamp collection is empty.
public bool XmlTimeStampSpecified { get; }