AlgorithmSigning Property
Gets or sets the name of message signing algorithm. SHA1RSA 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 signing 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 signing algoritjm ' In ASP use Response.Write instead of MsgBox MsgBox objSMIME.AlgorithmSigning
See Also:
AlgorithmEncryption Property, CSP Property
Copyright © 2002-2024, AfterLogic Corporation. All rights reserved.