Discuss this help topic in SecureBlackbox Forum
Specifies if the private component of this key may have been split
by a secret-sharing mechanism.
Declaration
[VB.NET]
Property SplitKey As Boolean
[Pascal]
property SplitKey : boolean;
[C++]
bool get_SplitKey();
void set_SplitKey(bool Value);
[PHP]
bool get_SplitKey()
void set_SplitKey(bool $Value)
[Java]
boolean getSplitKey();
void setSplitKey(boolean Value);
Description
If
True the private component of this key may have been split
by a secret-sharing mechanism.
Discuss this help topic in SecureBlackbox Forum