ChilkatCSP ActiveX Reference

ChilkatCSP

Object Creation

(Visual Basic 6.0)
Dim obj As New ChilkatCSP
(ASP)
set obj = Server.CreateObject("Chilkat.CSP")
(VBScript)
set obj = CreateObject("Chilkat.CSP")
(Delphi)
obj := TChilkatCSP.Create(Self);
(FoxPro)
loObject = CreateObject('Chilkat.CSP')
(SQL Server)
EXEC @hr = sp_OACreate 'Chilkat.CSP', @obj OUT
(Javascript)
var obj = new ActiveXObject("Chilkat.CSP");

Properties

EncryptAlgorithm As String (read-only)

To be documented soon...

EncryptAlgorithmID As Long (read-only)

To be documented soon...

EncryptNumBits As Long (read-only)

To be documented soon...

HashAlgorithm As String (read-only)

To be documented soon...

HashAlgorithmID As Long (read-only)

To be documented soon...

HashNumBits As Long (read-only)

To be documented soon...

KeyContainerName As String

To be documented soon...

LastErrorHtml As String (read-only)

Error information in HTML format for the last method called.

LastErrorText As String (read-only)

Error information in plain-text format for the last method called.

LastErrorXml As String (read-only)

Error information in XML format for the last method called.

MachineKeyset As Long

To be documented soon...

NumEncryptAlgorithms As Long (read-only)

To be documented soon...

NumHashAlgorithms As Long (read-only)

To be documented soon...

NumKeyContainers As Long (read-only)

To be documented soon...

NumKeyExchangeAlgorithms As Long (read-only)

To be documented soon...

NumSignatureAlgorithms As Long (read-only)

To be documented soon...

ProviderName As String

To be documented soon...

ProviderType As Long (read-only)

To be documented soon...

Methods

GetEncryptionAlgorithm(index As Long) As String

To be documented soon...

GetEncryptionNumBits(index As Long) As Long

To be documented soon...

GetHashAlgorithm(index As Long) As String

To be documented soon...

GetHashNumBits(index As Long) As Long

To be documented soon...

GetKeyContainerName(index As Long) As String

To be documented soon...

GetKeyContainerNames() As CkStringArray

To be documented soon...

GetKeyExchangeAlgorithm(index As Long) As String

To be documented soon...

GetKeyExchangeNumBits(index As Long) As Long

To be documented soon...

GetSignatureAlgorithm(index As Long) As String

To be documented soon...

GetSignatureNumBits(index As Long) As Long

To be documented soon...

HasEncryptAlgorithm(name As String, numBits As Long) As Long

To be documented soon...

HasHashAlgorithm(name As String, numBits As Long) As Long

To be documented soon...

Serialize() As String

To be documented soon...

SetEncryptAlgorithm(name As String) As Long

To be documented soon...

SetHashAlgorithm(name As String) As Long

To be documented soon...

SetProviderMicrosoftBase()

To be documented soon...

SetProviderMicrosoftEnhanced()

To be documented soon...

SetProviderMicrosoftRsaAes()

To be documented soon...

SetProviderMicrosoftStrong()

To be documented soon...