Discuss this help topic in SecureBlackbox Forum

TElXMLSigner.IncludeKey

TElXMLSigner     See also     


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


Specifies whether the key itself (its public part) must be included to the signature.

Declaration

[C#]
    bool IncludeKey;

[VB.NET]
    Property IncludeKey As Boolean

[Pascal]
    property IncludeKey : boolean;

[C++]
    bool get_IncludeKey();
    void set_IncludeKey(bool Value);

[PHP]
    bool get_IncludeKey()
    void set_IncludeKey(bool $Value)

[Java]
    boolean getIncludeKey();
    void setIncludeKey(boolean Value);

Description

    Set this property to True if the key itself (its public part) should be included to the signature.

See also:     KeyData    

Discuss this help topic in SecureBlackbox Forum