C# Class Amazon.IoT.Model.DeleteCertificateRequest

Container for the parameters to the DeleteCertificate operation. Deletes the specified certificate.

A certificate cannot be deleted if it has a policy attached to it or if its status is set to ACTIVE. To delete a certificate, first use the DetachPrincipalPolicy API to detach all policies. Next, use the UpdateCertificate API to set the certificate to the INACTIVE status.

Inheritance: AmazonIoTRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetCertificateId ( ) : bool