Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.89 KB

certificate-signature-and-key-interfaces.md

File metadata and controls

39 lines (23 loc) · 1.89 KB
description ms.assetid title ms.topic ms.date
The following interfaces can be used to manage certificate signatures, and public and private keys.
628d6629-3ec3-447e-8b60-a2db5b23e780
Certificate Signature and Key Interfaces
reference
05/31/2018

Certificate Signature and Key Interfaces

The following interfaces can be used to manage certificate signatures, and public and private keys.

Interface Description
ISignerCertificate Represents a signing certificate that enables you to sign a certificate request.
ISignerCertificates Manages a collection of ISignerCertificate objects.
IX509PrivateKey Represents an asymmetric private key that can be used for encryption, signing, and key agreement.
IX509PublicKey Represents a public key in a public/private key pair.
IX509SignatureInformation Represents information used to sign a certificate request.

 

Related topics

CertEnroll Interfaces