Is there any way to give grant to specific application name or IpAddress to access?
I want to give grant of "MyXYZ" application only and restrict other software or application to access that certificate.
I found GRANT
which restricts for a user like below.
GRANT CONTROL ON CERTIFICATE::Certificate1 TO --User Name
This is for the user. Now I want to give it for the specific application name.