CSP Property


Gets or sets the name of Cryptographic Service Provider. The default value is Microsoft Enhanced Cryptographic Provider v1.0.


Value Type: String
Parameters: None 

Usage example:

' This example displays the name of Cryptographic Service Provider.

Dim objSMIME

' Using Visual Basic to create the object
Set objSMIME = CreateObject("MailBee.SMIME")

' Using ASP to create the object
'Set objSMIME = Server.CreateObject("MailBee.SMIME")

' Specify MailBee license key
objSMIME.LicenseKey = "put your license key here"

' Display the name of Cryptographic Service Provider
' In ASP use Response.Write instead of MsgBox
MsgBox objSMIME.CSP

See Also:

AlgorithmEncryption Property, AlgorithmSigning Property


Copyright © 2002-2022, AfterLogic Corporation. All rights reserved.