Csr ActiveX Reference Documentation

Csr

Current Version: 10.1.2

A class for generating Certificate Signing Requests (CSR) or for reading an existing CSR.

This class is introduced in Chilkat v9.5.0.65

Object Creation

Note:
For versions of Chilkat < 10.0.0, use "Chilkat_9_5_0.Csr" instead of "Chilkat.Csr"
For a specific major version, use "Chilkat.Csr.<major_version>", such as "Chilkat.Csr.10" for Chilkat v10.*.*
See Chilkat ActiveX Object Creation

(ASP)
set obj = Server.CreateObject("Chilkat.Csr")

(AutoIt)
$obj = ObjCreate("Chilkat.Csr")

(Visual Basic 6.0)
Dim obj As New ChilkatCsr

(VBScript)
set obj = CreateObject("Chilkat.Csr")

(Delphi)
obj := TChilkatCsr.Create(Self);

(FoxPro)
loObject = CreateObject('Chilkat.Csr')

(PowerBuilder)
lole_object = create oleobject
li_rc = lole_object.ConnectToNewObject("Chilkat.Csr")

(SQL Server)
EXEC @hr = sp_OACreate 'Chilkat.Csr', @obj OUT

(Javascript)
var obj = new ActiveXObject("Chilkat.Csr");

Properties

CommonName
CommonName As String
Introduced in version 9.5.0.65

The common name of the certificate to be generated. For SSL/TLS certificates, this would be the domain name. For email certificates this would be the email address.

It is the value for "CN" in the certificate's Subject's distinguished name (DN). (This is the value for OID "2.5.4.3")

This property is required for a CSR.

top
Company
Company As String
Introduced in version 9.5.0.65

The company or organization name for the certificate to be generated.

It is the value for "O" in the certificate's Subject's distinguished name (DN). (This is the value for OID "2.5.4.10")

This property is optional. It may left empty.

top
CompanyDivision
CompanyDivision As String
Introduced in version 9.5.0.65

The company division or organizational unit name for the certificate to be generated.

It is the value for "OU" in the certificate's Subject's distinguished name (DN). (This is the value for OID "2.5.4.11")

This property is optional. It may left empty.

top
Country
Country As String
Introduced in version 9.5.0.65

The two-letter uppercase country abbreviation, such as "US", for the certificate to be generated.

It is the value for "C" in the certificate's Subject's distinguished name (DN). (This is the value for OID "2.5.4.6")

This property is optional. It may left empty.

top
DebugLogFilePath
DebugLogFilePath As String

If set to a file path, this property logs the LastErrorText of each Chilkat method or property call to the specified file. This logging helps identify the context and history of Chilkat calls leading up to any crash or hang, aiding in debugging.

Enabling the VerboseLogging property provides more detailed information. This property is mainly used for debugging rare instances where a Chilkat method call causes a hang or crash, which should generally not happen.

Possible causes of hangs include:

  • A timeout property set to 0, indicating an infinite timeout.
  • A hang occurring within an event callback in the application code.
  • An internal bug in the Chilkat code causing the hang.

top
EmailAddress
EmailAddress As String
Introduced in version 9.5.0.65

The email address for the certificate to be generated.

It is the value for "E" in the certificate's Subject's distinguished name (DN). (This is the value for OID "1.2.840.113549.1.9.1")

This property is optional. It may left empty.

top
HashAlgorithm
HashAlgorithm As String
Introduced in version 9.5.0.82

The hash algorithm to be used when creating the CSR. The default is SHA256. Can be set to SHA1, SHA384, SHA256, or SHA512.

top
LastBinaryResult
LastBinaryResult As Variant (read-only)

This property is mainly used in SQL Server stored procedures to retrieve binary data from the last method call that returned binary data. It is only accessible if Chilkat.Global.KeepBinaryResult is set to 1. This feature allows for the retrieval of large varbinary results in an SQL Server environment, which has restrictions on returning large data via method calls, though temp tables can handle binary properties.

top
LastErrorHtml
LastErrorHtml As String (read-only)

Provides HTML-formatted information about the last called method or property. If a method call fails or behaves unexpectedly, check this property for details. Note that information is available regardless of the method call's success.

top
LastErrorText
LastErrorText As String (read-only)

Provides plain text information about the last called method or property. If a method call fails or behaves unexpectedly, check this property for details. Note that information is available regardless of the method call's success.

top
LastErrorXml
LastErrorXml As String (read-only)

Provides XML-formatted information about the last called method or property. If a method call fails or behaves unexpectedly, check this property for details. Note that information is available regardless of the method call's success.

top
LastMethodSuccess
LastMethodSuccess As Long

Indicates the success or failure of the most recent method call: 1 means success, 0 means failure. This property remains unchanged by property setters or getters. This method is present to address challenges in checking for null or Nothing returns in certain programming languages.

top
LastStringResult
LastStringResult As String (read-only)

In SQL Server stored procedures, this property holds the string return value of the most recent method call that returns a string. It is accessible only when Chilkat.Global.KeepStringResult is set to TRUE. SQL Server has limitations on string lengths returned from methods and properties, but temp tables can be used to access large strings.

top
LastStringResultLen
LastStringResultLen As Long (read-only)

The length, in characters, of the string contained in the LastStringResult property.

top
Locality
Locality As String
Introduced in version 9.5.0.65

The locality (city or town) name for the certificate to be generated.

It is the value for "L" in the certificate's Subject's distinguished name (DN). (This is the value for OID "2.5.4.7")

This property is optional. It may left empty.

top
MgfHashAlg
MgfHashAlg As String
Introduced in version 9.5.0.83

If the private key is RSA and PssPadding equals 1 (RSASSA-PSS padding is used for the RSA signature), then this property controls the MGF hash algorithm used in the RSASSA-PSS padding. The default is "sha256". Can be set to "sha256", "sha384", or "sha512".

top
PssPadding
PssPadding As Long
Introduced in version 9.5.0.83

If _CKTRUE_, and if the private key is RSA, then uses RSASSA-PSS padding for the signature.

top
State
State As String
Introduced in version 9.5.0.65

The state or province for the certificate to be generated.

It is the value for "S" (or "ST") in the certificate's Subject's distinguished name (DN). (This is the value for OID "2.5.4.8")

This property is optional. It may left empty.

top
VerboseLogging
VerboseLogging As Long

If set to 1, then the contents of LastErrorText (or LastErrorXml, or LastErrorHtml) may contain more verbose information. The default value is 0. Verbose logging should only be used for debugging. The potentially large quantity of logged information may adversely affect peformance.

top
Version
Version As String (read-only)

Version of the component/library, such as "10.1.0"

top

Methods

AddSan
AddSan(sanType As String, sanValue As String) As Long
Introduced in version 9.5.0.84

Adds a SAN value (Subject Alternative Name) to the CSR to be generated. This method can be called multiple times -- one per subject alternative name to be added.

The sanType specifies the type of SAN, and can be one of the following strings:

  • otherName
  • rfc822Name
  • dnsName
  • x400Address
  • directoryName
  • ediPartyName
  • uniformResourceIndicator
  • IPAddress
  • registeredID

The sanValue is the value. For example, if the sanType is "dsnName", the sanValue might be "example.com". If the sanType is "IPAddress", then the sanValue might be "69.12.122.63".

Returns 1 for success, 0 for failure.

top
GenCsrBd
GenCsrBd(privKey As PrivateKey, csrData As ChilkatBinData) As Long
Introduced in version 9.5.0.65

Generate a CSR and return the binary DER in csrData. The privKey can be an RSA or ECDSA private key.

Returns 1 for success, 0 for failure.

top
GenCsrPem
GenCsrPem(privKey As PrivateKey) As String
Introduced in version 9.5.0.65

Generate a CSR and return it as a PEM string. The privKey can be an RSA or ECDSA private key.

Returns Nothing on failure

More Information and Examples
(AutoIt) Generate Key and Certificate Signing Request (CSR)(Classic ASP) Generate Key and Certificate Signing Request (CSR)(PowerBuilder) Generate Key and Certificate Signing Request (CSR)(SQL Server) Generate Key and Certificate Signing Request (CSR)(VBScript) Generate Key and Certificate Signing Request (CSR)(Visual Basic 6.0) Generate Key and Certificate Signing Request (CSR)(Visual FoxPro) Generate Key and Certificate Signing Request (CSR)(AutoIt) Generate CSR from Pre-Existing Private Key(Classic ASP) Generate CSR from Pre-Existing Private Key(PowerBuilder) Generate CSR from Pre-Existing Private Key(SQL Server) Generate CSR from Pre-Existing Private Key(VBScript) Generate CSR from Pre-Existing Private Key(Visual Basic 6.0) Generate CSR from Pre-Existing Private Key(Visual FoxPro) Generate CSR from Pre-Existing Private Key(AutoIt) Generate a CSR with SAN (Subject Alternative Name) Extension(Classic ASP) Generate a CSR with SAN (Subject Alternative Name) Extension(PowerBuilder) Generate a CSR with SAN (Subject Alternative Name) Extension(SQL Server) Generate a CSR with SAN (Subject Alternative Name) Extension(VBScript) Generate a CSR with SAN (Subject Alternative Name) Extension(Visual Basic 6.0) Generate a CSR with SAN (Subject Alternative Name) Extension(Visual FoxPro) Generate a CSR with SAN (Subject Alternative Name) Extension(AutoIt) Duplicate CSR Created by OpenSSL with Config.cnf(Classic ASP) Duplicate CSR Created by OpenSSL with Config.cnf(PowerBuilder) Duplicate CSR Created by OpenSSL with Config.cnf(SQL Server) Duplicate CSR Created by OpenSSL with Config.cnf(VBScript) Duplicate CSR Created by OpenSSL with Config.cnf(Visual Basic 6.0) Duplicate CSR Created by OpenSSL with Config.cnf(Visual FoxPro) Duplicate CSR Created by OpenSSL with Config.cnf
top
GetExtensionRequest
GetExtensionRequest(extensionReqXml As ChilkatXml) As Long
Introduced in version 9.5.0.91

Gets the 1.2.840.113549.1.9.14 extensionRequest from the previously loaded CSR. The extensionReqXml will be loaded with the extension request XML if one exists.

Returns 1 for success, 0 for failure.

top
GetPublicKey
GetPublicKey(pubkey As PublicKey) As Long
Introduced in version 9.5.0.76

Returns the CSR's public key in the pubkey.

Returns 1 for success, 0 for failure.

top
GetSans
GetSans(sans As ChilkatStringTable) As Long
Introduced in version 9.5.0.91

Gets the SANS (Subject Alternative Names) of the currently loaded CSR. The information is written to the passed-in sans object.

Returns 1 for success, 0 for failure.

top
GetSubjectField
GetSubjectField(oid As String) As String
Introduced in version 9.5.0.65

Gets a subject field by OID, such as "2.5.4.9". See http://www.alvestrand.no/objectid/2.5.4.html for OID values and meanings.

Returns Nothing on failure

top
LoadCsrPem
LoadCsrPem(csrPemStr As String) As Long
Introduced in version 9.5.0.65

Loads this CSR object with a CSR PEM. All properties are set to the values found within the CSR.

Returns 1 for success, 0 for failure.

top
SetExtensionRequest
SetExtensionRequest(extensionReqXml As ChilkatXml) As Long
Introduced in version 9.5.0.91

Adds a 1.2.840.113549.1.9.14 extensionRequest to the CSR. The extensionReqXml contains the ASN.1 in XML format of the extension request to be added.

Returns 1 for success, 0 for failure.

top
SetSubjectField
SetSubjectField(oid As String, value As String, asnType As String) As Long
Introduced in version 9.5.0.65

Sets a subject field by OID, such as "2.5.4.9". See http://www.alvestrand.no/objectid/2.5.4.html for OID values and meanings.

The asnType can be "UTF8String", "IA5String", or "PrintableString". If you have no specific requirement, or don't know, choose "UTF8String".

Returns 1 for success, 0 for failure.

top
VerifyCsr
VerifyCsr() As Long
Introduced in version 9.5.0.83

Verify the signature in the CSR. Return 1 if the signature is valid.

Returns 1 for success, 0 for failure.

top