--- title: "SecurityCertificate Class" ms.custom: "" ms.date: "03/14/2017" ms.prod: sql ms.prod_service: "database-engine" ms.reviewer: "" ms.technology: ms.topic: "reference" apiname: - "SecurityCertificate Class" apilocation: - "sqlmgmproviderxpsp2up.mof" apitype: "MOFDef" helpviewer_keywords: - "SecurityCertificate class" ms.assetid: d772da67-e04e-4499-9f80-7a5e94829b5c author: "CarlRabeler" ms.author: "carlrab" --- # SecurityCertificate Class [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] The [SecurityCertificate Class](../../../relational-databases/wmi-provider-configuration-classes/securitycertificate-class/securitycertificate-class.md) represents a security certificate. A certificate is a digitally signed statement that binds the value of a public key to the instance of [!INCLUDE[msCoName](../../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)], which holds the corresponding private key. The certificate is issued from a certification authority. With the [SecurityCertificate Class](../../../relational-databases/wmi-provider-configuration-classes/securitycertificate-class/securitycertificate-class.md), you can perform the following tasks: - View the properties of the security certificate. - Set the security certificate with the specified SHA thumbprint for the specified instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]. - Verify the SHA thumbprint for the specified instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)]. ## See Also [Encryption Hierarchy](../../../relational-databases/security/encryption/encryption-hierarchy.md)