---
title: "sys.dm_cryptographic_provider_properties (Transact-SQL) | Microsoft Docs"
ms.custom: ""
ms.date: "06/10/2016"
ms.prod: sql
ms.reviewer: ""
ms.technology: system-objects
ms.topic: "language-reference"
f1_keywords:
- "dm_cryptographic_provider_properties_TSQL"
- "sys.dm_cryptographic_provider_properties"
- "sys.dm_cryptographic_provider_properties_TSQL"
- "dm_cryptographic_provider_properties"
dev_langs:
- "TSQL"
helpviewer_keywords:
- "sys.dm_cryptographic_provider_properties dynamic management view"
ms.assetid: 024b0095-6766-4189-a39a-d316c5ec2874
author: stevestein
ms.author: sstein
---
# sys.dm_cryptographic_provider_properties (Transact-SQL)
[!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)]
Returns information about registered cryptographic providers.
|Column name|Data type|Description|
|-----------------|---------------|-----------------|
|provider_id|**int**|Identification number of the cryptographic provider.|
|guid|**uniqueidentifier**|Unique provider GUID.|
|provider_version|**nvarchar(256)**|Version of the provider in the format '*aa.bb.cccc.dd*'.|
|sqlcrypt_version|**nvarchar(256)**|Major version of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Cryptographic API in the format '*aa.bb.cccc.dd*'.|
|friendly_name|**nvarchar(2048)**|Name supplied by the provider.|
|authentication_type|**nvarchar(256)**|WINDOWS, BASIC, or OTHER.|
|symmetric_key_support|**tinyint**|0 (not supported)
1 (supported)|
|symmetric_key_export|**tinyint**|0 (not supported)
1 (supported)|
|symmetric_key_import|**tinyint**|0 (not supported)
1 (supported)|
|symmetric_key_persistance|**tinyint**|0 (not supported)
1 (supported)|
|asymmetric_key_support|**tinyint**|0 (not supported)
1 (supported)|
|asymmetric_key_export|**tinyint**|0 (not supported)
1 (supported)|
|symmetric_key_import|**tinyint**|0 (not supported)
1 (supported)|
|symmetric_key_persistance|**tinyint**|0 (not supported)
1 (supported)|
## Remarks
The sys.dm_cryptographic_provider_properties view is visible to the public.
## See Also
[Security Catalog Views (Transact-SQL)](../../relational-databases/system-catalog-views/security-catalog-views-transact-sql.md)
[Encryption Hierarchy](../../relational-databases/security/encryption/encryption-hierarchy.md)
[Extensible Key Management (EKM)](../../relational-databases/security/encryption/extensible-key-management-ekm.md)
[CREATE CRYPTOGRAPHIC PROVIDER (Transact-SQL)](../../t-sql/statements/create-cryptographic-provider-transact-sql.md)
[Security-Related Dynamic Management Views and Functions (Transact-SQL)](../../relational-databases/system-dynamic-management-views/security-related-dynamic-management-views-and-functions-transact-sql.md)