CryptoTokenKit

Has anyone by chance been successful disabling 10.15's onboard smartcard support? Running what worked with 10.14 (below) doesn't appear to work and I can't find anything new in the developer documentation.


sudo defaults write /Library/Preferences/com.apple.security.smartcard DisabledTokens -array com.apple.CryptoTokenKit.pivtoken


Thanks.

It should work. After executing it, this is hwo to check,


macdev:aetsce michael$ defaults read /Library/Preferences/com.apple.security.smartcard

{

DisabledTokens = (

"com.apple.CryptoTokenKit.pivtoken"

);

Logging = 0;

}

CryptoTokenKit
 
 
Q