문제

I have a CA in windows server 2003 along with active directory (in the same machine). Every AD user have its own certificate. What I want to do is to access the CA to get a certain certificate to cypher data with the public key.

I've been searching but got nowhere...

도움이 되었습니까?

해결책

It seems to me that you should get Active Directory attribute userCertificate of the user (see here for example.

If you mean under "to cypher data with the public key" EFS you can use AddUsersToEncryptedFile (see MSDN example).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top