Discuss this help topic in SecureBlackbox Forum
Specifies if the private component of this key may be in the possession of
more than one person.
Declaration
[VB.NET]
Property GroupKey As Boolean
[Pascal]
property GroupKey : boolean;
[C++]
bool get_GroupKey();
void set_GroupKey(bool Value);
[PHP]
bool get_GroupKey()
void set_GroupKey(bool $Value)
[Java]
boolean getGroupKey();
void setGroupKey(boolean Value);
Description
If
True the private component of this key may be in the possession of
more than one person.
Discuss this help topic in SecureBlackbox Forum