Discuss this help topic in SecureBlackbox Forum

TElTSPInfo.TSAName

TElTSPInfo     See also     


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


This read-only property contains information about timestamping authority as general name.

Declaration

[C#]
    TElGeneralName TSAName;

[VB.NET]
    Property TSAName As TElGeneralName

[Pascal]
    property TSAName: TElGeneralName;

[C++]
    TElGeneralName* get_TSAName();

[PHP]
    TElGeneralName get_TSAName()

[Java]
    TElGeneralName getTSAName();

Description

    Use this property to get information about timestamping authority. Not all authorities provide the name.

See also:     TSANameSet    

Discuss this help topic in SecureBlackbox Forum