Discuss this help topic in SecureBlackbox Forum

TElCMSSignaturePolicy.Implied

TElCMSSignaturePolicy     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies, whether the signature policy is implied, or not.

Declaration

[C#]
    bool Implied;

[VB.NET]
    Property Implied As Boolean

[Pascal]
    property Implied : boolean;

[C++]
    bool get_Implied();
    void set_Implied(bool Value);

[PHP]
    bool get_Implied()
    void set_Implied(bool $Value)

[Java]
    boolean getImplied();
    void setImplied(boolean Value);

Description

    If this element is set to True, it implies that the signature policy could be determined by the verifier from the semantics of the signed data, or another information. In this case, PolicyHash and PolicyIdentifier are not included to the signature. Otherwise, Implied equals False.

See also:     PolicyHash     PolicyIdentifier    

Discuss this help topic in SecureBlackbox Forum