Discuss this help topic in SecureBlackbox Forum

TElXMLCertificateValues.OtherCertificates

TElXMLCertificateValues     See also     


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


This element is a container for possible new future formats of certificates.

Declaration

[C#]
    TElXMLAnyTypeList OtherCertificates;

[VB.NET]
    Property OtherCertificates As TElXMLAnyTypeList

[Pascal]
    property OtherCertificates: TElXMLAnyTypeList;

[C++]
    TElXMLAnyTypeList* get_OtherCertificates();

[PHP]
    TElXMLAnyTypeList get_OtherCertificates()

[Java]
    TElXMLAnyTypeList getOtherCertificates();

Description

    This property is a reserved container for the certificates of new formats which may appear in future.

See also:     EncapsulatedX509Certificates    

Discuss this help topic in SecureBlackbox Forum