Discuss this help topic in SecureBlackbox Forum
Identifies the type of store this certificate belongs to.
Declaration
[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