Supplies information necessary for performing security operations on drawing files.
Supported Platforms: Windows only
AcadSecurityParams
Object AcadSecurityParams
VBA
GetInterfaceObject("AutoCAD.SecurityParams.20") Dim sp As New AcadSecurityParams
VBA
Not applicable
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
None |
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.