-
CAPICOM
How Can I Connect to AD on WorkStation Machine, I tried the follow code:
Dim SubjectNameCn As String
SubjectNameSN = "CN=*"
myADstore.Open CAPICOM_ACTIVE_DIRECTORY_USER_STORE, SubjectNameSN,
CAPICOM_STORE_OPEN_READ_ONLY
myCAstore.Open CAPICOM_CURRENT_USER_STORE, CAPICOM_MY_STORE,
CAPICOM_STORE_OPEN_READ_WRITE
Any Help??
-
Re: CAPICOM
what error do you see? what os is the client? is it part of the domain?
"Marcos" <marcos@cbpm.gov.br> wrote:
>How Can I Connect to AD on WorkStation Machine, I tried the follow code:
>
>Dim SubjectNameCn As String
>
>SubjectNameSN = "CN=*"
>myADstore.Open CAPICOM_ACTIVE_DIRECTORY_USER_STORE, SubjectNameSN,
>CAPICOM_STORE_OPEN_READ_ONLY
>
>
>myCAstore.Open CAPICOM_CURRENT_USER_STORE, CAPICOM_MY_STORE,
>CAPICOM_STORE_OPEN_READ_WRITE
>
>Any Help??
>
>
>
>
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks