CheckSecurityEnabled Method Example

The following example creates the ESignature Object and checks to see if security is enabled on the current node.

Dim ESig As Object

Dim bEnabled As Boolean

'Create the ESignature object

Set ESig = CreateObject("ElectronicSignature.ESignature")

'Check if security is enabled

ESig.CheckSecurityEnabled bEnabled

MsgBox "Security enabled: " & bEnabled