Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.BelongsTo

TElX509Certificate     


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


Identifies the type of store this certificate belongs to.

Declaration

[C#]
    int BelongsTo;

[VB.NET]
    Property BelongsTo As Integer

[Pascal]
    property BelongsTo: integer;

[C++]
    int32_t get_BelongsTo();
    void set_BelongsTo(int32_t Value);

[PHP]
    integer get_BelongsTo()
    void set_BelongsTo(integer $Value)

[Java]
    int getBelongsTo();
    void setBelongsTo(int Value);

Description

    Identifies the type of store this certificate belongs to. This topic is under development.

Discuss this help topic in SecureBlackbox Forum