Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.Signer

TElCMSSignature     See also     


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


This property describes 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 obtain the issuer and serial number of the signing certificate.

See also:     SignerAttributes     SignerLocation     SigningCertificate    

Discuss this help topic in SecureBlackbox Forum