Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerObject.Token

TElPKCS11ManagerObject     See also     


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


Specifies whether the object is a token or not.

Declaration

[C#]
    bool Token;

[VB.NET]
    Property Token As Boolean

[Pascal]
    property Token : boolean;

[C++]
    bool get_Token();
    void set_Token(bool Value);

[PHP]
    bool get_Token()
    void set_Token(bool $Value)

[Java]
    boolean getToken();
    void setToken(boolean Value);

Description

    Use this property to specify whether the Cryptoki object is a token object (True), or a session object (False).

See also:     Modifiable     Private_    

Discuss this help topic in SecureBlackbox Forum