Adding Attributes to Certificate
From: Sebastien Pouliot (spouliot@videotron.ca)
Date: 11/04/02
- Next message: Ten: "Launching an application from ASP.NET"
- Previous message: Sebastien Pouliot: "CRL checking question...again"
- In reply to: Cindy: "Adding Attributes to Certificate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Sebastien Pouliot" <spouliot@videotron.ca> Date: Mon, 4 Nov 2002 09:54:52 -0800
There are no set methods in X509Certificate.
The class is only a, rather limited, certificate parser.
You must use Certificate Services (or your own code) to
generate X509 certificates.
>-----Original Message-----
>I'm hoping that I can use certificates for both SSL
encryption and
>licensing. I want to add a new attribute (MaxUsers=5) to
a certificate and
>be able to read the attribute in code. I have looked at
the
>System.Security.Cryptography.X509Certificates.X509Certific
ate class. This
>class has gets and sets for the defined properties but
none for additional
>attributes. Is there a way to do this?
>
>Thanks,
>Cindy
>
>
>.
>
- Next message: Ten: "Launching an application from ASP.NET"
- Previous message: Sebastien Pouliot: "CRL checking question...again"
- In reply to: Cindy: "Adding Attributes to Certificate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|