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.20")
Dim sp As New AcadSecurityParams
Access Via

VBA

Not applicable

Members

These members are part of this object:

Remarks

The SecurityParams object stores settings used for drawing security. You can use the SecurityParams object to encrypt and digitally sign drawing files.

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