Discuss this help topic in SecureBlackbox Forum

TElOCSPServer.RequestCertificates

TElOCSPServer     See also     


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


Contains certificates, used to sign the request

Declaration

[C#]
    TElMemoryCertStorage RequestCertificates;

[VB.NET]
    Property RequestCertificates As TElMemoryCertStorage

[Pascal]
    property RequestCertificates : TElMemoryCertStorage;

[C++]
    TElMemoryCertStorage* get_RequestCertificates();

[PHP]
    TElMemoryCertStorage get_RequestCertificates()

[Java]
    TElMemoryCertStorage getRequestCertificates();

Description

    Use this read-only property to access the certificates, which were used to sign the request.

See also:     SignatureRequired    

Discuss this help topic in SecureBlackbox Forum