Discuss this help topic in SecureBlackbox Forum

TElCertificateExtensions.NetscapeRenewalURL

TElCertificateExtensions     See also     


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


Relative or absolute URL that points to a certificate renewal form.

Declaration

[C#]
    TElNetscapeRenewalURL NetscapeRenewalURL;

[VB.NET]
    Property NetscapeRenewalURL As TElNetscapeRenewalURL

[Pascal]
    property NetscapeRenewalURL : TElNetscapeRenewalURL;

[C++]
    TElNetscapeRenewalURL* get_NetscapeRenewalURL();
    void set_NetscapeRenewalURL(TElNetscapeRenewalURL &Value);
    void set_NetscapeRenewalURL(TElNetscapeRenewalURL *Value);

[PHP]
    TElNetscapeRenewalURL get_NetscapeRenewalURL()
    void set_NetscapeRenewalURL(TElNetscapeRenewalURL $Value)

[Java]
    TElNetscapeRenewalURL getNetscapeRenewalURL();
    void setNetscapeRenewalURL(TElNetscapeRenewalURL Value);

Description

    According to documentation:

    «It is a relative or absolute URL that points to a certificate renewal form. The renewal form will be accessed with an HTTP GET method using a url that is the concatenation of renewal-url and certificate-serial-number. Where the certificate-serial-number is encoded as a string of ascii hexadecimal digits. For example, if the netscape-base-url is https://www.certs-r-us.com/, the netscape-cert-renewal-url is cgi-bin/check-renew.cgi?, and the certificate serial number is 173420, the resulting URL would be: https://www.certs-r-us.com/cgi-bin/check-renew.cgi?02a56c The document returned should be an HTML form that will allow the user to request a renewal of their certificate»

See also:     NetscapeCertType     NetscapeComment     NetscapeBaseURL     NetscapeRevokeURL     NetscapeCARevokeURL     NetscapeCAPolicy     NetscapeServerName     TElNetscapeString    

Discuss this help topic in SecureBlackbox Forum