|
ElCertificateRequest class is used to create and manage certificate requests.
Certificate request is the usual method to obtain a digital certificate from Certification Authority (CA).
When one desires to get a certificate from Certification Authority, he creates certificate request and sends this request to CA.
Certificate request contains information about subject's identity, such as Common Name, Location and/or E-mail address,
and subject's public key signed with subject's private key.
The request is sent to Certificate Authority, while private key is left on subject's side. |
|
|
Description ElCertificateRequest class represents information stored in certificate request in PKCS10 format. You are able to read certificate requests created by other people or to compose your own request in order to send it later to the Certification Authority. |
|
|
|
|
|
|
|
|
.NET:
|
|
|
To use the component in development and distribution of your projects, you need to purchase one of the licenses: .NET: Any SecureBlackbox package VCL: Any SecureBlackbox package ActiveX/DLL: Any SecureBlackbox package |
View Table Of Contents | Send comments on this topic
