No announcements
Found 1480726 threads
-
2 Votes
RSACryptoServiceProvider "Key does not exist" error
Implementing this directly is not really straightforward, but fortunately RSACryptoServiceProvider includes two methods needed to implement this easily.Answered | 4 Replies | 24351 Views | Created by The Original Mr B - Thursday, October 7, 2010 2:59 PM | Last reply by Cryptology - Monday, December 13, 2010 7:32 AM -
2 Votes
Using RSACryptoServiceProvider Class with key files
In order to call rsa.ToXmlString() you obviously first have to parse the key file and then create an instance of the RSACryptoServiceProvider (like I already ...Answered | 7 Replies | 12332 Views | Created by leo_rm - Tuesday, May 24, 2011 7:13 AM | Last reply by Marcel Roma - Sunday, June 5, 2011 6:28 PM -
0 Votes
RSACryptoServiceProvider and seeds
I’ve searched around and it seems this is not necessary with RSACryptoServiceProvider.Answered | 1 Replies | 717 Views | Created by Charles-A. Caron - Friday, April 22, 2016 4:27 PM | Last reply by Kristin Xie - Wednesday, April 27, 2016 8:48 AM -
9 Votes
Object already exists with RSACryptoServiceProvider
This means that if any other user tries to use this key store, they will get a permission error, which manifests it’s self as a “Object already ...Proposed | 9 Replies | 47798 Views | Created by C.P.T_ - Tuesday, July 17, 2007 2:53 AM | Last reply by Rashad Rivera - Monday, October 1, 2012 6:12 AM -
1 Votes
Object already exists
It's another object, hence the failure Thanks, Andrew My blog...Answered | 4 Replies | 2241 Views | Created by ShellGirl - Monday, June 16, 2014 1:51 PM | Last reply by ShellGirl - Monday, June 16, 2014 2:43 PM -
0 Votes
Check if objects already exist (i.e.
Hi, To check filegroup existence you can query sys.files system view: if not exists (select * from sys.filegroups where name='MYDB_fs') ALTER ...Answered | 2 Replies | 21443 Views | Created by RobinsonUK - Monday, August 17, 2009 4:20 PM | Last reply by Paul Svirin - Monday, August 17, 2009 11:05 PM -
2 Votes
Primary Key Already Exists
I am assigning a primary key through the link in process, but sometimes I get this error System.Runtime.InteropServices.COMException (0x800A0CD3): Primary Key already ...Answered | 3 Replies | 1582 Views | Created by IndigoMontoya - Monday, April 6, 2015 4:01 PM | Last reply by Stefan Hoffmann - Monday, April 6, 2015 9:03 PM -
0 Votes
"Object 'ClassName' already exists" when creating a class!
Existing Item to add the removed class.Answered | 6 Replies | 1930 Views | Created by gedamial - Saturday, September 3, 2016 12:21 PM | Last reply by Oscar_Wu - Monday, September 5, 2016 5:31 AM -
0 Votes
AppBar.showOnlyCommands method error The object already exists on windows phone
This happens because you put some code in ready method but it has already been rendered once and exists in HTML.Answered | 2 Replies | 472 Views | Created by HungGau - Friday, September 18, 2015 1:54 AM | Last reply by HungGau - Wednesday, September 30, 2015 4:59 PM -
2 Votes
Preventing RSACryptoServiceProvider from creating new Keys
Details Sometimes, there is no permission of the folder ProgramData\Microsoft\Crypto\RSA\ to access used by RSACryptoServiceProvider, the application ...Answered | 2 Replies | 7649 Views | Created by Rashad Rivera - Tuesday, October 25, 2005 10:40 PM | Last reply by Kingcean - Thursday, March 10, 2011 4:24 AM -
2 Votes
Table already exists but it not in access database
After looping through the tabledef and deleting all files (except for system files :-) ), I would get an error in the next loop when creating the linked table that the table "XYZ" ...Answered | 15 Replies | 4753 Views | Created by Pratush Krishna - Friday, April 12, 2013 12:36 PM | Last reply by ckb3909 - Friday, November 1, 2019 9:48 PM -
0 Votes
Check if a project already exists
The already existing projects.Answered | 4 Replies | 846 Views | Created by Twainsoft - Monday, October 20, 2014 6:36 PM | Last reply by Twainsoft - Sunday, October 26, 2014 6:52 PM -
0 Votes
How to use a PRIVATE key with RSACryptoServiceProvider class?
there are a LOT of web pages that say 'JUST create the 'blah' object from a file'.Answered | 2 Replies | 25035 Views | Created by MartinOstro - Thursday, August 23, 2012 10:43 AM | Last reply by Shweta Jain (Lodha) - Friday, August 24, 2012 4:10 PM -
0 Votes
RSACryptoServiceProvider & Bad Key Exception
I encrypt a simple string with the RSACryptoServiceProvider, export the RSAParameters and then Serialize the exported RSAParameters, together with the encrypted string, to a file using a ...Answered | 4 Replies | 10262 Views | Created by CharlP - Wednesday, September 28, 2005 2:53 PM | Last reply by HIRU - Friday, August 17, 2007 5:54 AM -
2 Votes
TFS Server already exists
I have some users testing the new TFS environment and they mentioned they are getting an error "Server already exists".Answered | 4 Replies | 2436 Views | Created by GibsonLP2012 - Monday, October 23, 2017 5:15 PM | Last reply by GibsonLP2012 - Monday, October 23, 2017 6:41 PM -
0 Votes
RSACryptoServiceProvider and UseMachineKeyStore gives 'Object Already Exists'
CspProviderFlags.UseMachineKeyStore; More information, please refer to: RSACryptoServiceProvider.UseMachineKeyStore Property ...Answered | 3 Replies | 6692 Views | Created by KevinAtSepura - Monday, March 14, 2011 10:16 PM | Last reply by Paul Zhou - Tuesday, March 22, 2011 2:21 AM -
0 Votes
insert data that do not already exist
dateadd (month,-1,@loss_calc_date) and close_dateAnswered | 5 Replies | 3054 Views | Created by -Ufin- - Tuesday, August 30, 2011 4:57 PM | Last reply by Naomi N - Wednesday, August 31, 2011 1:24 PM -
3 Votes
There is already an object named 'id_pk' in the database.
Hi Vaibhav, I already implement as you suggested and it works.Answered | 12 Replies | 14721 Views | Created by sank90 - Wednesday, April 1, 2015 7:53 AM | Last reply by Vaibhav.Chaudhari - Wednesday, April 1, 2015 10:17 AM -
1 Votes
how to check already present object by some query
Msg 2714, Level 16, State 3, Procedure RePayRegINS, Line 119 There is already an object named 'RePayRegINS' in the database. for above error, I am checking ...Answered | 5 Replies | 2119 Views | Created by himanshu_kulkarni - Monday, August 27, 2012 6:55 AM | Last reply by Jackson_1990 - Monday, August 27, 2012 7:58 AM -
0 Votes
Is that possible to partion an already existed table?
Table 'advancebillmonths' already exists Description: An unhandled exception occurred during the execution of the current web request.Answered | 8 Replies | 4752 Views | Created by MASNSN - Tuesday, August 3, 2010 5:41 PM | Last reply by Dan Guzman - Thursday, July 26, 2018 9:38 AM - Items 1 to 20 of 1480726 Next ›
No announcements