Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeTimestamp.Signer

TElAuthenticodeTimestamp     See also     


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


Specifies the signer.

Declaration

[C#]
    TElPKCS7Issuer Signer;

[VB.NET]
    Property Signer As TElPKCS7Issuer

[Pascal]
    property Signer: TElPKCS7Issuer;

[C++]
    TElPKCS7Issuer* get_Signer();

[PHP]
    TElPKCS7Issuer get_Signer()

[Java]
    TElPKCS7Issuer getSigner();

Description

    Use this property to get information about the issuer of the signing certificate.

See also:     SigningCertificate    

Discuss this help topic in SecureBlackbox Forum