Cert_ID (Transact-SQL)
SQL Server 2005 Books Online (November 2008)
Cert_ID (Transact-SQL)

Returns the ID of a certificate.

Topic link icon Transact-SQL Syntax Conventions

Cert_ID ( 'cert_name' )
' cert_name '

Is the name of a certificate in the database.

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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
Page view tracker