Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.GetExtensionByType

TElPGPSignature     See also     


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


Returns extension by its type and index.

Declaration

[C#]
    TElPGPSignatureSubpacket GetExtensionByType(TSBPGPSignatureExtension ExtType, int Index);

[VB.NET]
    Function GetExtensionByType(ByVal ExtType As TSBPGPSignatureExtension, ByVal Index As Integer) As TElPGPSignatureSubpacket

[Pascal]
    function GetExtensionByType(ExtType : TSBPGPSignatureExtension; Index : integer = 0) : TElPGPSignatureSubpacket;

[C++]
    TElPGPSignatureSubpacketHandle GetExtensionByType(TSBPGPSignatureExtension ExtType, int32_t Index);

[PHP]
    TElPGPSignatureSubpacket GetExtensionByType(integer $ExtType, integer $Index)

[Java]
    TElPGPSignatureSubpacket getExtensionByType(TSBPGPSignatureExtension ExtType, int Index);

Parameters

  • ExtType - type of the extension
  • Index - index of the item in list of extensions of the specified type.

Possible types

Return value

    Pointer to the extension of the specified type.

Description

    Use this method to get specified extension.

See also:     AddExtension     ClearExtensions     GetExtensionCount     RemoveExtension    

Discuss this help topic in SecureBlackbox Forum