ChilkatCSP ActiveX ReferenceChilkatCSPObject 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)
EncryptAlgorithmID As Long (read-only)
EncryptNumBits As Long (read-only)
HashAlgorithm As String (read-only)
HashAlgorithmID As Long (read-only)
HashNumBits As Long (read-only)
LastErrorHtml As String (read-only)
LastErrorText As String (read-only)
LastErrorXml As String (read-only)
NumEncryptAlgorithms As Long (read-only)
NumHashAlgorithms As Long (read-only)
NumKeyContainers As Long (read-only)
NumKeyExchangeAlgorithms As Long (read-only)
NumSignatureAlgorithms As Long (read-only)
ProviderType As Long (read-only)
Methods GetEncryptionAlgorithm(index As Long) As String
GetEncryptionNumBits(index As Long) As Long
GetHashAlgorithm(index As Long) As String
GetHashNumBits(index As Long) As Long
GetKeyContainerName(index As Long) As String
GetKeyContainerNames() As CkStringArray
GetKeyExchangeAlgorithm(index As Long) As String
GetKeyExchangeNumBits(index As Long) As Long
GetSignatureAlgorithm(index As Long) As String
GetSignatureNumBits(index As Long) As Long
HasEncryptAlgorithm(name As String, numBits As Long) As Long
HasHashAlgorithm(name As String, numBits As Long) As Long
SetEncryptAlgorithm(name As String) As Long
SetHashAlgorithm(name As String) As Long
SetProviderMicrosoftEnhanced()
|