API Reference
Class
CertificateServiceDescriptor
Represents normalized endpoint details for certificate monitoring targets.
Inheritance
- Object
- CertificateServiceDescriptor
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public CertificateServiceDescriptor() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Url { get; set; } #Gets or sets the url value.
public String Host { get; set; } #Gets or sets the host value.
public String Scheme { get; set; } #Gets or sets the scheme value.
public Int32 Port { get; set; } #Gets or sets the port value.
public String Service { get; set; } #Gets or sets the service value.