AWS SDK for .NET Documentation
DeleteServerCertificateRequest Class
AmazonAmazon.IdentityManagement.ModelDeleteServerCertificateRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteServerCertificate operation. Deletes the specified server certificate. If you are using a server certificate with Elastic Load Balancing, deleting the certificate could have implications for your application. If Elastic Load Balancing doesn't detect the deletion of bound certificates, it may continue to use the certificates. This could cause Elastic Load Balancing to stop accepting traffic. We recommend that you remove the reference to the certificate from Elastic Load Balancing before using this command to delete the certificate. For more information, go to DeleteLoadBalancerListeners in the Elastic Load Balancing API Reference.
Declaration Syntax
C#
public class DeleteServerCertificateRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteServerCertificateRequest()()()()
Initializes a new instance of the DeleteServerCertificateRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ServerCertificateName
Gets and sets the property ServerCertificateName.

The name of the server certificate you want to delete.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithServerCertificateName(String) Obsolete.
Sets the ServerCertificateName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteServerCertificateRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)