Security Descriptor Length SECURITY_ATTRIBUTES
May 19, 2010I am tasked with fixing a service. It is acting like Mutex's are allowing Clients to enter a procedure when it should not. I looked at the security attributes and they are...
[Code]...
I am tasked with fixing a service. It is acting like Mutex's are allowing Clients to enter a procedure when it should not. I looked at the security attributes and they are...
[Code]...
Can anyone help me figure out how to get a security descriptor working with the CreateNamedPipe API function? At this moment I get Marshal error 1336 "The access control list (ACL) structure is invalid." with the CreateNamedPipe function. All of the other functions seem to be completing sucesfully and are returning proper handles.[code]
View 3 RepliesSystem.Security.Cryptography.CryptographicException: Length of the data to decrypt is invalid.
My Code:
' Decrypt textfile with Rijndael encryption
Public
[code].....
I have an app that allows the user to choose an image, at design time, either as a straight image, or from an image list.
All cool so far, except that this is not happening from the visual studio property browser, its happening from a property grid that is a part of a type editor.
My problem is, both the image picker (actually resource picker), and the imagelist type converter rely on some design-time services to get the job done. In the case of imagelist, its the IReferenceService and in the case of the resource picker its a service called _DTE.
In the first instance of an edit from the visual studio property browser, I could get a reference to these services but (1) how can I add them to the type descriptor context of my property grid?
It would be better, for future proofing, if I could just copy a reference to all of the services in the type descriptor context. (2) Where does the property browser get these services from in the first place?
ETA: I still don't know how to do it, but I now know it is possible.
(1) Sub-class control and add a property whose type is an array of buttons.
(2) Add it to a form.
(3) Select the new control on the design service and edit the new property in the property browser.
(4) The collection editor dialog pops-up
(5) Add a button
(6) Edit image and image list - the type editor and type converter, respectively, behave as they should.
ETA2: Ok, I'm getting warm. It looks like you do it through the Site property of the property grid. I can create a new site, and pass it the type descriptor context I have a reference to and then it should have all the service. I'll give it a go ...
this is not working?
[Code]...
End WhileI am trying to read from the ": " to the end of the line. I keep getting this error: Index and length must refer to a location within the string. Parameter name: length
am getting the above exception while swaping Items in the list(lstRoutePriority).PFB my code
if (lstRoutePriority.SelectedIndex > 0)
{
//Swap the two items
[Code].....
I have a field displaying on a datagrid that the user has asked to be variable length based on the data that is returned. Is there an easy way to determine how many characters are returned for a field and then converting that to a pixel length so that I can change the length of the field in the code.
View 2 RepliesI am getting the following error message when I try to call this program from a shared drive on our network;
System.Security.SecurityException: System.Security.Permissions.SecurityPermission
at EMAILVB.EmialVB.EmailVB_Load(Object sender, EventArgs e)
[code]....
"Index and length must refer to a location within the string. Parameter name: length" whenever I run this code
[Code]...
If using the following in an if statement I get an error: If trg.Name.Substring(4, 6).ToUpper <> ("ABCDEF") Then I get the error: "Index and length must refer to a location within the string. Parameter name: length"
I assume this is because the string (trg.name) is too small for the 4, 6 substring. What would be the correct method of working around this problem? VB.net Studio 2008.
When I load in the file to my program.
GPRS: 232154,456464,546
IP Addr: 123.456.2.789,9001
Interval: 12.5422
It appear Length cannot be less than zero. Parameter name: length.
My program is...
Private Sub Loadbtn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Loadbtn.Click
'Dim strFileName As String
[Code]....
I have a simple video chat program running and most of it is working across my network I need to ask
I currently have it setup that whenever each client sends a message to the other a connection opens between them and a packet is sent, finnaly the connection is closed
This way I recive the data is were I belive my security problem comes in I have a listenner port on each computer and I am wondering if there is a way to add some security to it.
We have a web app that is using forms security.One of the options includes the ability to print an html page to PDF. We're currently evaluating different products like PdfMetamorphosis, but I believe all of them will have this issue.The client makes a request for the pdf by clicking a link button. The code for the button instantiates the PDF builder and passes it a url to convert. However, the URL is behind our forms authentication. Which means that the resulting PDF is nothing but a login page.
Unfortunately, we need the user information in order to verify acccess to the printed page (among other reasons). Which means I can't just allow access to everyone to that folder.So I need one of three possible solutions.
1) I need a way to give the PdfMetamorphosis component the authorization ticket to pass on in it's request.
2) I need an html to pdf component that will do this.
3) Something else?
I don't think the first one is possible and I haven't been able to find a html to pdf component that takes this into consideration.
I want to use PKI public and private encryption for authentication to allow for a more streamlined and secure application access control system. Any help in the generation of certificate and authentication will be useful. One more question, can i use System.Security.Cryptography.X509Certificates class for the same?
View 1 RepliesOk, so I am on my last book of course material for college and this weekend I started making my own personal applications, stuff I can really use in everyday life, these projects also serve as a port folio for future employers
View 1 RepliesI can use the c110 cam and one of the 270 versions at same time to get two seperate displays but when I try to usetwo of the 270 cams at same time which both show in device manager, I get "camera in use by another application" even though there are two cams (270's)and I reference them both seperately from a populated combo box containig all media devices present.will need to use all of the same type of cam for this app which will have from 4 to 16 or more cameras viewing and or recording at the same time. If there were 16 slightly different versions of the same cam which would give me different drivers, It would be fine but as you can probably imagine, not acceptable.
View 4 Replies.exe files security level
View 13 RepliesI am developing and application in vb.net winxp+ (windows xp upwards). The application has to receive backup data from clients software located at different pc over the Internet. but am concerned about security of this application on the Internet. what would be the best way to implement security in vb.net 2008 to make sure that the data is not sniffed or interfere with?
am thinking of encrypting the data before sending, saving it that way until it need to be viewed before decrypting. what type of encryption would you suggest? Is there any other way you would suggest this data be sent?
im starting to create a usb security software im searching if how the usb will be detected by the program so once it is detected i can now put the code to scan the drive.
View 7 Repliesrecently discovered the My.Computer.Network.DownloadFile method and would love to use it to download files from a website (https://www...). I can include a username and password in the DownloadFile parameter list,but will it send the password in plain text? If so, is there a way to send an encrypted password?
There seem to be many ways to download files. What are the advantages or typical uses of each?
I'm working with vb.net in Visual Studio 2010, I have a method which writes entries in eventlog, this work fine in Windows XP but did not in Windows 7, here it throws a security exception.I allready know that this problem is because the user who exectues this assembly does not have permissions to write the registry, so my question is if does not exist some way to give permissions on the fly, something like declarative permissions or something
like that....this is my code:
Public Shared Sub Loguear(ByVal xsSource As String, ByVal xsMessage As String, ByVal xeEventType As EventLogEntryType, _
ByVal xsLogName As String)[code].....
I use VB.Net 2003 and in my application I create a folder that I will use to create files in it.My problem is that under Windows 7 this folder dont have a full permissions and the files are not been created.Is there any way that I can give full access permissions to this folder?I can do it via VB.Net 200358 and via my Wise installation system.
View 3 RepliesI have been developing an application where we can get to give access and revoke access from folder provider.in this i want to have a listview with all the users who have access to that folder and there access rights ( read, write, modify etc )
View 1 RepliesI am trying to create a VB.NET app that will capture failed windows logins without having to read from the security log. I know I can do ManagementEventWatcher and watch forWin32_LogonSession. But this only gives you successful logins. Is there anyway to do this? I figure I am just missing the correct class that will do this.
View 8 RepliesHow do i maintain Security in VB.net Applications ? esp in databases
View 2 RepliesHow can I make my program to work only for certain period of time?Say... I want my program available for only One hour or Two days or one month or etc...
View 2 RepliesI have a console app (Exe) which runs on my local PC. The problem is this Norton EndPoint Security thinks that this app is a BloodHound SONAR 2 and stops my application. How can I fix this?
View 2 RepliesI have used the same code as Good4You here[url]...
My task now is to set "<Computer>administrators" to have "full scces" and "Everyone" to have "Change" on the newly created network share.
I have made my web site into an application.
I have disabled annonymous, on IIS6
<authentication mode="Windows"/>
<identity impersonate="true"/>
[code]......
I am building a program and I want to distribute the program to many clients. In order to inhibit the unauthorized distribution of my program I wrote some "encryption code" that uses the MAC address of the PC that the program is installed. I give the serial number of my program (which is created by me after the client gives me the MAC of his PC), the user types this code the first time he runs the program,after that is stored to registry
View 3 Replies