Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.GetExtensionCount

TElPGPSignature     See also     


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


Returns the number of extensions of the specified type.

Declaration

[C#]
    int GetExtensionCount(TSBPGPSignatureExtension ExtType);

[VB.NET]
    Function GetExtensionCount(ByVal ExtType As TSBPGPSignatureExtension) As Integer

[Pascal]
    function GetExtensionCount(ExtType : TSBPGPSignatureExtension = seUndefined) : integer;

[C++]
    int32_t GetExtensionCount(TSBPGPSignatureExtension ExtType);

[PHP]
    integer GetExtensionCount(integer $ExtType)

[Java]
    int getExtensionCount(TSBPGPSignatureExtension ExtType);

Parameters

  • ExtType - type of the extension. If value is seUndefined total number of all extensions will be returned.

Possible types

Return value

    The number of extensions of the specified type.

Description

    Use this method to get the number of extensions of the given type.

See also:     AddExtension     ClearExtensions     GetExtensionByType     RemoveExtension    

Discuss this help topic in SecureBlackbox Forum