Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.Consumer

TElPKCS11SessionInfo     


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


This property characterizes the consumer.

Declaration

[C#]
    TElPKCS11Consumer Consumer;

[VB.NET]
    Property Consumer As TElPKCS11Consumer

[Pascal]
    property Consumer : TElPKCS11Consumer;

[C++]
    TElPKCS11Consumer* get_Consumer();

[PHP]
    TElPKCS11Consumer get_Consumer()

[Java]
    TElPKCS11Consumer getConsumer();

Description

    Use this read-only property to obtain the ID of the PKCS #11 consumer.

Discuss this help topic in SecureBlackbox Forum