Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the ID of a certificate.
Transact-SQL Syntax Conventions
Cert_ID ( 'cert_name' )
int
Certificate names are visible in the sys.certificates catalog view.
Requires some permission on the certificate and that the caller has not been denied VIEW DEFINITION permission on the certificate.
The following example returns the ID of a certificate called ABerglundCert3
.
SELECT Cert_ID('ABerglundCert3');
GO
sys.certificates (Transact-SQL)
CREATE CERTIFICATE (Transact-SQL)
Please sign in to use this experience.
Sign in