AlgorithmEncryption Property


Gets or sets the name of the message encryption algorithm. RSA algorithm is used by default. Please note your Cryptographic Service Provider must support the specified algorithm.


Value Type: String
Parameters: None 

Usage example:

' This example displays the name of the default encryption algorithm.

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 the default encryption algorithm
' In ASP use Response.Write instead of MsgBox
MsgBox objSMIME.AlgorithmEncryption

See Also:

AlgorithmSigning Property, CSP Property


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