vcert
vcert copied to clipboard
Add SetAuthentication function to authenticate 'passively'
When using vcert as a library, being able to create a vcert client without sending a self-check request to the server can help reduce unnecessary API calls. It gives the caller more control over when the self-checks occur. Eg. when creating clients dynamically based on cached credentials.