Discuss this help topic in SecureBlackbox Forum

TElXMLSignaturePolicyIdentifier.SignaturePolicyImplied

TElXMLSignaturePolicyIdentifier     See also     


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


Specifies the way of the signature identification.

Declaration

[C#]
    bool SignaturePolicyImplied;

[VB.NET]
    Property SignaturePolicyImplied As Boolean

[Pascal]
    property SignaturePolicyImplied: boolean;

[C++]
    bool get_SignaturePolicyImplied();
    void set_SignaturePolicyImplied(bool Value);

[PHP]
    bool get_SignaturePolicyImplied()
    void set_SignaturePolicyImplied(bool $Value)

[Java]
    boolean getSignaturePolicyImplied();
    void setSignaturePolicyImplied(boolean Value);

Description

    Use this property to specify the way of the signature identification. The two possible ways of the signature identification are listed in the description of this class.

See also:     SignaturePolicyID    

Discuss this help topic in SecureBlackbox Forum