Udostępnij za pośrednictwem


ServiceCertificateDeleteParameters Class

Definition

Parameters supplied to the Delete Service Certificate operation.

public class ServiceCertificateDeleteParameters
type ServiceCertificateDeleteParameters = class
Public Class ServiceCertificateDeleteParameters
Inheritance
ServiceCertificateDeleteParameters

Constructors

ServiceCertificateDeleteParameters()

Initializes a new instance of the ServiceCertificateDeleteParameters class.

ServiceCertificateDeleteParameters(String, String, String)

Initializes a new instance of the ServiceCertificateDeleteParameters class with required arguments.

Properties

ServiceName

Required. The DNS prefix name of your service.

Thumbprint

Required. The hexadecimal representation of the thumbprint.

ThumbprintAlgorithm

Required. The algorithm for the certificate's thumbprint.

Applies to