Discuss this help topic in SecureBlackbox Forum
Specifies if the key may be used to certify other keys.
Declaration
[C#]
bool CertifyOtherKeys;
[VB.NET]
Property CertifyOtherKeys As Boolean
[Pascal]
property CertifyOtherKeys : boolean;
[C++]
bool get_CertifyOtherKeys();
void set_CertifyOtherKeys(bool Value);
[PHP]
bool get_CertifyOtherKeys()
void set_CertifyOtherKeys(bool $Value)
[Java]
boolean getCertifyOtherKeys();
void setCertifyOtherKeys(boolean Value);
Description
If
True this key may be used to certify other keys.
Discuss this help topic in SecureBlackbox Forum