Discuss this help topic in SecureBlackbox Forum

TElCMSSignerLocation.PostalAddressLines

TElCMSSignerLocation     See also     


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


This property contains a list of signer's postal addresses.

Declaration

[C#]
    TElASN1DirectoryString PostalAddressLines[int Index];

[VB.NET]
    Property PostalAddressLines(ByVal Index As Integer) As TElASN1DirectoryString

[Pascal]
    property PostalAddressLines[Index: integer] : TElASN1DirectoryString;

[C++]
    TElASN1DirectoryString* get_PostalAddressLines(int32_t Index);

[PHP]
    TElASN1DirectoryString get_PostalAddressLines(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired item in the list. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this property to get the desired postal address from the list.

Discuss this help topic in SecureBlackbox Forum