Class SignedSignaturePropertiesType
[Serializable]
public class SignedSignaturePropertiesType
- Inheritance
-
SignedSignaturePropertiesType
- Inherited Members
Properties
Id
[AllowNull]
[MaybeNull]
public string Id { get; set; }
Property Value
SignaturePolicyIdentifier
[AllowNull]
[MaybeNull]
public SignaturePolicyIdentifierType SignaturePolicyIdentifier { get; set; }
Property Value
SignatureProductionPlace
[AllowNull]
[MaybeNull]
public SignatureProductionPlaceType SignatureProductionPlace { get; set; }
Property Value
SignerRole
[AllowNull]
[MaybeNull]
public SignerRoleType SignerRole { get; set; }
Property Value
SigningCertificate
[AllowNull]
[MaybeNull]
public Collection<CertIdType> SigningCertificate { get; set; }
Property Value
SigningCertificateSpecified
Gets a value indicating whether the SigningCertificate collection is empty.
public bool SigningCertificateSpecified { get; }
Property Value
SigningTime
public DateTime? SigningTime { get; set; }