sys.dm_cryptographic_provider_keys (Transact-SQL)
SQL Server 2008 R2
Returns information about the keys provided by a Extensible Key Management (EKM) provider.
Column name | Data type | Description |
|---|---|---|
key_id | int | Identification number of the key on the provider. |
key_name | nvarchar(512) | Name of the key on the provider. |
key_thumbprint | varbinary(32) | Thumbprint from the provider of the key. |
algorithm_id | int | Identification number of the algorithm on the provider. |
algorithm_tag | int | Tag of the algorithm on the provider. |
key_type | nchar(256) | Type of key on the provider. |
key_length | int | Length of the key on the provider. |