Discuss this help topic in SecureBlackbox Forum
Specifies if the key may be used to certify other keys.
Declaration
[C#/Java]
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)
Description
If
True this key may be used to certify other keys.
Discuss this help topic in SecureBlackbox Forum