Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.CertificationType

TElPGPSignature     See also     


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


Specifies the signature certification type.

Declaration

[C#]
    TSBPGPUserCertificationType CertificationType;

[VB.NET]
    Property CertificationType As TSBPGPUserCertificationType

[Pascal]
    property CertificationType : TSBPGPUserCertificationType;

[C++]
    TSBPGPUserCertificationType get_CertificationType();
    void set_CertificationType(TSBPGPUserCertificationType Value);

[PHP]
    integer get_CertificationType()
    void set_CertificationType(integer $Value)

[Java]
    int getCertificationType();
    void setCertificationType(int Value);

Possible values

Description

    Returns signature certification type. Note, that this property is only available if the result of IsUserCertification is True.

See also:     IsUserCertification    

Discuss this help topic in SecureBlackbox Forum