Class SignaturePolicyIdType
[Serializable]
public class SignaturePolicyIdType
- Inheritance
-
SignaturePolicyIdType
- Inherited Members
Properties
SigPolicyHash
[Required(AllowEmptyStrings = true)]
public DigestAlgAndValueType SigPolicyHash { get; set; }
Property Value
SigPolicyId
[Required(AllowEmptyStrings = true)]
public ObjectIdentifierType SigPolicyId { get; set; }
Property Value
SigPolicyQualifiers
[AllowNull]
[MaybeNull]
public Collection<AnyType> SigPolicyQualifiers { get; set; }
Property Value
SigPolicyQualifiersSpecified
Gets a value indicating whether the SigPolicyQualifiers collection is empty.
public bool SigPolicyQualifiersSpecified { get; }
Property Value
Transforms
[AllowNull]
[MaybeNull]
public Collection<TransformType> Transforms { get; set; }
Property Value
TransformsSpecified
Gets a value indicating whether the Transforms collection is empty.
public bool TransformsSpecified { get; }