Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
显示有关存储在数据库中的指定证书的信息。
sa_certificate_info( cert_name )
cert_name CREATE CERTIFICATE 语句中使用的 CHAR(128) 证书名。
如果 cert_name 为 NULL 或 ISYSCERTIFICATE 表中没有该名称的证书,则不会返回任何行。否则,将始终返回以下键:
返回的其它行具有与证书属性对应的键,例如 Common Name、Country Code、Locality 和 Organization。
无
以下示例返回有关证书 mycert 的信息:
CALL sa_certificate_info( 'mycert' );