Udostępnij za pośrednictwem


CERT_ID (Transact-SQL)

Returns the ID of a certificate.

Ikona łącza do tematu Transact-SQL Syntax Conventions

Składnia

Cert_ID ( 'cert_name' )

Arguments

  • ' cert_name '
    Is the name of a certificate in the database.

Return Types

int

Uwagi

Certificate names are visible in the sys.certificates catalog view.

Permissions

Requires some permission on the certificate and that the caller has not been denied VIEW DEFINITION permission on the certificate.

Examples

The following example returns the ID of a certificate called ABerglundCert3.

SELECT Cert_ID('ABerglundCert3');
GO

Zobacz także

Odwołanie

sys.certificates (Transact-SQL)

CREATE CERTIFICATE (Transact-SQL)

Koncepcje

Encryption Hierarchy