You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**name**|**sysname**|Name of the certificate. Is unique within the database.|
30
-
|**certificate_id**|**int**|ID of the certificate. Is unique within the database.|
31
-
|**principal_id**|**int**|ID of the database principal that owns this certificate.|
32
-
|**pvt_key_encryption_type**|**char(2)**|How the private key is encrypted.<br /><br /> NA = There is no private key for the certificate<br /><br /> MK = Private key is encrypted by the master key<br /><br /> PW = Private key is encrypted by a user-defined password<br /><br /> SK = Private key is encrypted by the service master key.|
33
-
|**pvt_key_encryption_type_desc**|**nvarchar(60)**|Description of how the private key is encrypted.<br /><br /> NO_PRIVATE_KEY<br /><br /> ENCRYPTED_BY_MASTER_KEY<br /><br /> ENCRYPTED_BY_PASSWORD<br /><br /> ENCRYPTED_BY_SERVICE_MASTER_KEY|
34
-
|**is_active_for_begin_dialog**|**bit**|If 1, this certificate is used to initiate encrypted service dialogs.|
35
-
|**issuer_name**|**nvarchar(442)**|Name of certificate issuer.|
36
-
|**cert_serial_number**|**nvarchar(64)**|Serial number of certificate.|
37
-
|**sid**|**varbinary(85)**|Login SID for this certificate.|
38
-
|**string_sid**|**nvarchar(128)**|String representation of the login SID for this certificate|
39
-
|**subject**|**nvarchar(4000)**|Subject of this certificate.|
|**thumbprint**|**varbinary(32)**|SHA-1 hash of the certificate. The SHA-1 hash is globally unique.|
43
-
|**attested_by**|**nvarchar(260)**|System use only.|
44
-
|**pvt_key_last_backup_date**|**datetime**|The date and time the certificate's private key was last exported.|
45
-
46
-
## Permissions
47
-
[!INCLUDE[ssCatViewPerm](../../includes/sscatviewperm-md.md)] For more information, see [Metadata Visibility Configuration](../../relational-databases/security/metadata-visibility-configuration.md).
Returns a row for each certificate in the database.
27
+
28
+
| Column name | Data type | Description |
29
+
| --- | --- | --- |
30
+
|**name**|**sysname**| Name of the certificate. Is unique within the database. |
31
+
|**certificate_id**|**int**| ID of the certificate. Is unique within the database. |
32
+
|**principal_id**|**int**| ID of the database principal that owns this certificate. |
33
+
|**pvt_key_encryption_type**|**char(2)**| How the private key is encrypted.<br /><br />NA = There is no private key for the certificate<br /><br />MK = Private key is encrypted by the master key<br /><br />PW = Private key is encrypted by a user-defined password<br /><br />SK = Private key is encrypted by the service master key. |
34
+
|**pvt_key_encryption_type_desc**|**nvarchar(60)**| Description of how the private key is encrypted.<br /><br />NO_PRIVATE_KEY<br /><br />ENCRYPTED_BY_MASTER_KEY<br /><br />ENCRYPTED_BY_PASSWORD<br /><br />ENCRYPTED_BY_SERVICE_MASTER_KEY |
35
+
|**is_active_for_begin_dialog**|**bit**| If 1, this certificate is used to initiate encrypted service dialogs. |
36
+
|**issuer_name**|**nvarchar(442)**| Name of certificate issuer. |
37
+
|**cert_serial_number**|**nvarchar(64)**| Serial number of certificate. |
38
+
|**sid**|**varbinary(85)**| Login SID for this certificate. |
39
+
|**string_sid**|**nvarchar(128)**| String representation of the login SID for this certificate |
40
+
|**subject**|**nvarchar(4000)**| Subject of this certificate. |
41
+
|**expiry_date**|**datetime**| Date and time when certificate expires. |
42
+
|**start_date**|**datetime**| Date and time when certificate becomes valid. |
43
+
|**thumbprint**|**varbinary(32)**| SHA-1 hash of the certificate. The SHA-1 hash is globally unique. |
44
+
|**attested_by**|**nvarchar(260)**| System use only. |
45
+
|**pvt_key_last_backup_date**|**datetime**| The date and time the certificate's private key was last exported. |
46
+
|**key_length**|**int**| The certificate's key length.<br /><br />**Applies to:**[!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] and later versions. |
47
+
48
+
## Permissions
49
+
50
+
[!INCLUDE[ssCatViewPerm](../../includes/sscatviewperm-md.md)] For more information, see [Metadata Visibility Configuration](../../relational-databases/security/metadata-visibility-configuration.md).
0 commit comments