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.

Describes the default certificate and the certificate list for the specified HTTPS or TLS listener.

If the default certificate is also in the certificate list, it appears twice in the results (once with IsDefault set to true and once with IsDefault set to false).

For more information, see SSL certificates in the Application Load Balancers Guide or Server certificates in the Network Load Balancers Guide.

Note:

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

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

Syntax

C#
public virtual DescribeListenerCertificatesResponse DescribeListenerCertificates(
         DescribeListenerCertificatesRequest request
)

Parameters

request
Type: Amazon.ElasticLoadBalancingV2.Model.DescribeListenerCertificatesRequest

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

Return Value


The response from the DescribeListenerCertificates service method, as returned by ElasticLoadBalancingV2.

Exceptions

ExceptionCondition
ListenerNotFoundException The specified listener does not exist.

Version Information

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

See Also