ServiceCertificateGetParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Get Service Certificate operation.
public class ServiceCertificateGetParameters
type ServiceCertificateGetParameters = class
Public Class ServiceCertificateGetParameters
- Inheritance
-
ServiceCertificateGetParameters
Constructors
ServiceCertificateGetParameters() |
Initializes a new instance of the ServiceCertificateGetParameters class. |
ServiceCertificateGetParameters(String, String, String) |
Initializes a new instance of the ServiceCertificateGetParameters 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. |