AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Lists the tags that have been applied to the ACM certificate. Use the certificate's Amazon Resource Name (ARN) to specify the certificate. To add a tag to an ACM certificate, use the AddTagsToCertificate action. To delete a tag, use the RemoveTagsFromCertificate action.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListTagsForCertificateAsync.

Namespace: Amazon.CertificateManager
Assembly: AWSSDK.CertificateManager.dll
Version: 3.x.y.z

Syntax

C#
public abstract ListTagsForCertificateResponse ListTagsForCertificate(
         ListTagsForCertificateRequest request
)

Parameters

request
Type: Amazon.CertificateManager.Model.ListTagsForCertificateRequest

Container for the necessary parameters to execute the ListTagsForCertificate service method.

Return Value


The response from the ListTagsForCertificate service method, as returned by CertificateManager.

Exceptions

ExceptionCondition
InvalidArnException The requested Amazon Resource Name (ARN) does not refer to an existing resource.
ResourceNotFoundException The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also