SecurityParams Object (ActiveX)

Supplies information necessary for performing security operations on drawing files.

Supported Platforms: Windows only

Class Information

Class Name

AcadSecurityParams

Object Inheritance
Object
   AcadSecurityParams
Create Using

VBA

GetInterfaceObject("AutoCAD.SecurityParams.23")
Dim sp As New AcadSecurityParams
Access Via

VBA

Not applicable

Members

These members are part of this object:

Remarks

The SecurityParams object stores the settings to digitally sign a drawing file.

Note: Starting with AutoCAD-2016 based products, the ability to password protect a drawing file has been discontinued.

The object includes properties for information about cryptography providers and other settings for drawing security. Additional information about cryptography providers is available on MSDN.