Back to product page
- Introduction
- License Agreement
- Objects
- Certificate
- Methods
- Properties
- BitCount
- CommonName
- Country
- Data
- FriendlyName
- Handle
- HasPrivateKey
- Issuer
- IssuerCommonName
- IssuerCountry
- IssuerEmail
- IssuerLocality
- IssuerOrganization
- IssuerState
- IssuerText
- IssuerUnit
- Locality
- Organization
- PrivateKey
- PublicKey
- PublicKeyOpenSSH
- PublicKeyRSA1
- PublicKeySSH
- SerialNumber
- SerialNumberDec
- SerialNumberHex
- State
- Text
- Unit
- ValidFrom
- ValidTo
- Version
- Certificates
- CertLocation
- CertStores
- Enumerations
- Certificate
- How to get support?
- Tehnical information
- Error list
Request method
Makes new certificate request.
Type
NoneSyntax
- Basic
object.Request Filename
The Request(object,Filename) syntax has these parts:
The Request(object,Filename) syntax has these parts:
object | An expression evaluating to an object of type Certificate. |
Filename | Required. A String value. Full path for request file on local computer. |
Remarks
Once you want to obtain real certificate, you must GenerateKey for yourself, and make new certificate request. Making request is very similar to generating new certificate - except certificate itself is not signed by some known certificate authority (or some other trusted certificate owner).After new request is saved to disk, you should send it (or paste it) to appropriate form on your Certificate Authority (such as Verisign) and ask for valid certificate from them. Later on, you will Load such certificate using your generated key and you will able to use it for your programs.