Home All Groups Group Topic Archive Search About

RSACryptoServiceProvider Expiration?

Author
4 Aug 2005 3:23 PM
tsteinke
I am seeing a secnario where a signature that I generated with a
RSACryptoServiceProvider.SignData 90 days ago cannot be verified. Do
these signatures expire? If so is there a waay to turn that off?

Author
4 Aug 2005 6:14 PM
William Stacey [MVP]
TMK, an RSA key pair created with RSACryptoServiceProvider never expires.
Certs, on the other hand, build expire logic ontop of the RSA keys, but the
keys themselfs are just numbers/primes that do not expire.  I would say
something else is going on.  Post the code sample and the xml rsa key pair
if you want us to take a look.

--
William Stacey [MVP]

<tstei***@gmail.com> wrote in message
Show quoteHide quote
news:1123169024.770370.60290@z14g2000cwz.googlegroups.com...
>I am seeing a secnario where a signature that I generated with a
> RSACryptoServiceProvider.SignData 90 days ago cannot be verified. Do
> these signatures expire? If so is there a waay to turn that off?
>