Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.IsSigningKey

TElPGPCustomSecretKey     See also     


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


Checks if the key can be used for signing.

Declaration

[C#]
    bool IsSigningKey(bool WithSubkeys);

[VB.NET]
    Function IsSigningKey(ByVal WithSubkeys As Boolean) As Boolean

[Pascal]
    function IsSigningKey(WithSubkeys: boolean = true) : boolean;

[C++]
    bool IsSigningKey(bool WithSubkeys);

[PHP]
    bool IsSigningKey(bool $WithSubkeys)

[Java]
    boolean isSigningKey(boolean WithSubkeys);

Parameters

  • WithSubkeys - specifies if subkeys must be notified.

Return value

     True if the key can be used for signing,
     False otherwise

Description

    Use this method to check if the key can be used for signing.

See also:     IsEncryptingKey    

Discuss this help topic in SecureBlackbox Forum