Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.CertIDs

TElDefaultDataStorageSecurityHandler     See also     


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


Contains a list of certificate identifiers.

Declaration

[C#]
    TElPKCS7Issuer CertIDs[int Index];

[VB.NET]
    Property CertIDs(ByVal Index As Integer) As TElPKCS7Issuer

[Pascal]
    property CertIDs[Index : integer] : TElPKCS7Issuer;

[C++]
    TElPKCS7Issuer* get_CertIDs(int32_t Index);

[PHP]
    TElPKCS7Issuer get_CertIDs(integer $Index)

[Java]
    not available

Parameters

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

Description

    Use this property to manage certificate identifiers.

See also:     CertIDCount    

Discuss this help topic in SecureBlackbox Forum