sys.dm_cryptographic_provider_algorithms (Transact-SQL)
SQL Server 2012
Returns the algorithms supported by an Extensible Key Management (EKM) provider.
|
Column name |
Data type |
Description |
|---|---|---|
|
algorithm_id |
int |
Is the identification number of the algorithm. |
|
algorithm_tag |
nvarchar(60) |
Is the identification tag of the algorithm. |
|
key_type |
nvarchar(128) |
Shows the key type. Returns either ASYMMETRIC KEY or SYMMETRIC KEY. |
|
key_length |
int |
Indicates the key length in bits. |