sys.asymmetric_keys (Transact-SQL)
針對每一個非對稱金鑰,各傳回一個資料列。
資料行名稱 |
資料類型 |
描述 |
---|---|---|
name |
sysname |
金鑰的名稱。在資料庫中,這是唯一的。 |
principal_id |
int |
擁有金鑰的資料庫主體識別碼。 |
asymmetric_key_id |
int |
金鑰的識別碼。在資料庫中,這是唯一的。 |
pvt_key_encryption_type |
char(2) |
金鑰的加密方式。 NA = 未加密 MK = 金鑰由主要金鑰加密 PW = 金鑰由使用者自訂密碼加密 SK = 金鑰由服務主要金鑰加密。 |
pvt_key_encryption_type_desc |
nvarchar(60) |
私密金鑰加密方式的描述。 NO_PRIVATE_KEY ENCRYPTED_BY_MASTER_KEY ENCRYPTED_BY_PASSWORD ENCRYPTED_BY_SERVICE_MASTER_KEY |
thumbprint |
varbinary(32) |
金鑰的 SHA-1 雜湊。雜湊是全域唯一的。 |
algorithm |
char(2) |
金鑰使用的演算法。 1R = 512 位元 RSA 2R = 1024 位元 RSA 3R = 2048 位元 RSA |
algorithm_desc |
nvarchar(60) |
金鑰使用之演算法的描述。 RSA_512 RSA_1024 RSA_2048 |
key_length |
int |
金鑰的位元長度。 |
sid |
varbinary(85) |
這個金鑰的登入 SID。如果是 Extensible Key Management 金鑰,這個值將會是 NULL。 |
string_sid |
nvarchar(128) |
金鑰的登入 SID 字串表示法。如果是 Extensible Key Management 金鑰,這個值將會是 NULL。 |
public_key |
varbinary(max) |
公開金鑰。 |
attested_by |
nvarchar(260) |
僅供系統使用。 |
provider_type |
nvarchar(120) |
密碼編譯提供者的類型: CRYPTOGRAPHIC PROVIDER = Extensible Key Management 金鑰 NULL = 非 Extensible Key Management 金鑰 |
cryptographic_provider_guid |
uniqueidentifier |
密碼編譯提供者的 GUID。如果是非 Extensible Key Management 金鑰,這個值將會是 NULL。 |
cryptographic_provider_algid |
sql_variant |
密碼編譯提供者的演算法識別碼。如果是非 Extensible Key Management 金鑰,這個值將會是 NULL。 |