Discuss this help topic in SecureBlackbox Forum

TElPGPKeyFlagsSignatureSubpacket.SplitKey

TElPGPKeyFlagsSignatureSubpacket     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if the private component of this key may have been split by a secret-sharing mechanism.

Declaration

[C#]
    bool SplitKey;

[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.

See also:     CertifyOtherKeys     EncryptData     EncryptStorage     GroupKey     SignData    

Discuss this help topic in SecureBlackbox Forum