Save/retrieve certificate in Active Directory

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Save/retrieve certificate in Active Directory

    I want to create a user certificate with W2K3's Certificate Service and
    programatically store it in Active Direcory as the value of the
    userCertificate attribute. Is this the best place to put the certificate?

    What format (der encoded bibary, base-64 encoded, pkcs #7) should the
    certificate have? Or does this matter?

    What .NET (C#) code will store (and, later, retrieve) this certificate in
    Active Directory.
    M Guest

  2. Similar Questions and Discussions

    1. problem accesing Active Directory from an ASP.NET App when user has been authenticated via AD certificate mapping
      hello, I am developing an ASP.NET web application which interacts withAD. Client/User authentication must be done via AD certificatemapping, so I...
    2. Retrieve Client Certificate using COM Objects
      Anybody knows how to retrieve Client Certificate using COM objects instead of: var=Request.ClientCertificate("certificate"); Thanks
    3. Active Directory Search fails ("The directory service is unavailab
      Hi all, I'm having one of those nerve wrecking errors, when trying to perform a simple search in an Active Directory. The objective of the code...
    4. Retrieve e-mail address from Active Directory
      Can someone give me C# code that will connect me to Active Directory, let me give Active Directory a user's name and retrieve his/her e-mail address....
    5. Active Directory, ASP, & IIS
      What do you mean? How are you running the ASP application not in IIS? Ray at home "Lynn" <lynn.shoemake@cts.cendant.com> wrote in message...
  3. #2

    Default Re: Save/retrieve certificate in Active Directory

    Answered in the other newsgroup. Please cross-post instead of multi-post!

    Joe K.

    "M" <M@discussions.microsoft.com> wrote in message
    news:E69CD069-25E0-4DF5-A051-A6ED3DD71AC7@microsoft.com...
    >I want to create a user certificate with W2K3's Certificate Service and
    > programatically store it in Active Direcory as the value of the
    > userCertificate attribute. Is this the best place to put the certificate?
    >
    > What format (der encoded bibary, base-64 encoded, pkcs #7) should the
    > certificate have? Or does this matter?
    >
    > What .NET (C#) code will store (and, later, retrieve) this certificate in
    > Active Directory.

    Joe Kaplan \(MVP - ADSI\) Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139