EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElCertificateExtensions.NetscapeRenewalURL

ElCertificateExtensions     See also    


 

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

 
 

Declaration

[C#]
    ElNetscapeRenewalURL NetscapeRenewalURL;

[VB.NET]
    Property NetscapeRenewalURL As ElNetscapeRenewalURL

[Pascal]
    property NetscapeRenewalURL : TElNetscapeRenewalURL;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 
 

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     ElNetscapeString    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation