sys.dm_cryptographic_provider_sessions (Transact-SQL)
SQL Server 2008
Returns information about open sessions for a cryptographic provider.
Column name | Data type | Description |
|---|---|---|
provider_id | int | Identification number of the cryptographic provider. |
session_handle | varbytes(8) | Cryptographic session handle. |
identity | nvarchar(128) | Identity used to authenticate with the cryptographic provider. |
spid | short | Session ID SPID of the connection. For more information, see @@SPID (Transact-SQL). |
