Search Results

0
votes
2answers
194 views

OSX - Retrieve user id of logged-in user from a system service

I'm writing a piece of software that runs as a system service in Mac OSX and cannot seem to find out how to get the 'active' user. There appears to be APIs to iterate through the list of lo …
0
votes

.NET support for PKCS#11?

Microsoft's cryptography support for custom external software is typically done through a "CSP". There exists at least two implementations of Microsoft CSP on top of PKCS#11: …
0
votes

OSX - Retrieve user id of logged-in user from a system service

Answer courtesy of Apple's Technical Q&A Require SystemConfiguration.framework #in …