--- title: "SecurityCertificate Class | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: ms.topic: "reference" api_name: - "SecurityCertificate Class" api_location: - "sqlmgmproviderxpsp2up.mof" topic_type: - "apiref" helpviewer_keywords: - "SecurityCertificate class" ms.assetid: d772da67-e04e-4499-9f80-7a5e94829b5c author: CarlRabeler ms.author: carlrab manager: craigg --- # SecurityCertificate Class The [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]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](../../security/encryption/encryption-hierarchy.md)