Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.X509Certificate

TElPGPSignature     See also     


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


Contains X.509 certificate if the signature corresponds to any.

Declaration

[C#]
    TElX509Certificate X509Certificate;

[VB.NET]
    Property X509Certificate As TElX509Certificate

[Pascal]
    property X509Certificate : TElX509Certificate;

[C++]
    TElX509Certificate* get_X509Certificate();

[PHP]
    TElX509Certificate get_X509Certificate()

[Java]
    TElX509Certificate getX509Certificate();

Description

    If the signature is an X.509 certificate this property contains the certificate. Otherwise this property is not defined.
    This property is mapped to TElPGPX509SignatureSubpacket for version 4 signatures.

See also:     IsX509Certificate    

Discuss this help topic in SecureBlackbox Forum