Property Getters/Setters Summary | ||
---|---|---|
function | getCertRawData() | |
Gets certificate raw data if this VBA project is signed.
|
||
function | getIslockedForViewing() | |
Indicates whether this VBA project is locked for viewing.
|
||
function | isProtected() | |
Indicates whether this VBA project is protected.
|
||
function | isSigned() | |
Indicates whether VBAcode is signed or not.
|
||
function | isValidSigned() | |
Indicates whether the signature of VBA project is valid or not.
|
||
function | getModules() | |
Gets all |
||
function | getName() | |
function | setName(value) | |
Gets and sets the name of the VBA project. | ||
function | getReferences() | |
Gets all references of VBA project.
|
Method Summary | ||
---|---|---|
function | copy(source) | |
Copy VBA project from other file.
|
||
function | protect(islockedForViewing, password) | |
Protects or unprotects this VBA project.
|
||
function | sign(digitalSignature) | |
Sign this VBA project by a DigitalSignature
|
||
function | validatePassword(password) | |
Validates protection password.
|
function isValidSigned()
function getCertRawData()
function getName() / function setName(value)
function isSigned()
function isProtected()
function getIslockedForViewing()
function getModules()
function getReferences()
function sign(digitalSignature)
digitalSignature: DigitalSignature
- DigitalSignaturefunction protect(islockedForViewing, password)
islockedForViewing: boolean
- indicates whether locks project for viewing.password: String
-
If the value is null, unprotects this VBA project, otherwise projects the this VBA project.
function copy(source)
source: VbaProject
- function validatePassword(password)
password: String
- the password