Discuss this help topic in SecureBlackbox Forum

TElCMSSignerIdentifier.Issuer

TElCMSSignerIdentifier     See also     


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


This property specifies the certificate issuer.

Declaration

[C#]
    TElGeneralNames Issuer;

[VB.NET]
    Property Issuer As TElGeneralNames

[Pascal]
    property Issuer : TElGeneralNames;

[C++]
    TElGeneralNames* get_Issuer();

[PHP]
    TElGeneralNames get_Issuer()

[Java]
    TElGeneralNames getIssuer();

Description

    Use this property to get the name of the certificate issuer.

See also:     Hash     SerialNumber    

Discuss this help topic in SecureBlackbox Forum