Discuss this help topic in SecureBlackbox Forum

TElCustomTSPServer.IsAuthenticode

TElCustomTSPServer     See also     


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


Specifies whether the received request is TSP (RFC 3161) or MS Authenticode.

Declaration

[C#]
    bool IsAuthenticode;

[VB.NET]
    Property IsAuthenticode As Boolean

[Pascal]
    property IsAuthenticode: boolean;

[C++]
    bool get_IsAuthenticode();

[PHP]
    bool get_IsAuthenticode()

[Java]
    boolean getIsAuthenticode();

Description

    Use this property to specify whether the received request is TSP (RFC 3161) or MS Authenticode.

See also:     TSPInfo    

Discuss this help topic in SecureBlackbox Forum