DROP SIGNATURE (Transact-SQL)
SQL Server 2005
Updated:
17 July 2006
ADD SIGNATURE (Transact-SQL)
Drops a digital signature from a stored procedure, function, trigger, or assembly.
Transact-SQL Syntax Conventions
- module_name
-
Is the name of a stored procedure, function, assembly, or trigger.
- CERTIFICATE cert_name
-
Is the name of a certificate with which the stored procedure, function, assembly, or trigger is signed.
- ASYMMETRIC KEY Asym_key_name
-
Is the name of an asymmetric key with which the stored procedure, function, assembly, or trigger is signed.
Reference
sys.crypt_properties (Transact-SQL)ADD SIGNATURE (Transact-SQL)
