Discuss this help topic in SecureBlackbox Forum

TElDCAsyncState.Generator

TElDCAsyncState     


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


Specifies the generator string for the state.

Declaration

[C#]
    string Generator;

[VB.NET]
    Property Generator As String

[Pascal]
    property Generator : string;

[C++]
    void get_Generator(std::string &OutResult);

[PHP]
    string get_Generator()

[Java]
    String getGenerator();

Description

    Use this read-only property to get the generator string for the state. It contains name and version of the software that is performing the security operation.

Discuss this help topic in SecureBlackbox Forum