|
Encrypt |
Top Previous Next |
|
Namespace IntelliProtectorService.attributes Friend Class Encrypt Inherits Attribute End Class End Namespace
Add this attribute to allow IntelliProtector to encrypt the function during protection.
Example
<IntelliProtectorService.attributes.Encrypt()> _ Private Sub SortArray() Dim names(3) As String names(0) = "Howard, Ryan" names(1) = "Allen, Ray" names(2) = "Pujols, Albert" names(3) = "Iverson, Allen" Array.Sort(names) End Sub
After protection of the application by IntelliProtector code analyzing tools will show such code:
|
| Copyright © 2011 intelliprotector.com |