Method | Description | |
---|---|---|
GetServerCertificateRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
GetServerCertificateRequest ( string serverCertificateName ) : System |
Instantiates GetServerCertificateRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetServerCertificateName ( ) : bool |
public GetServerCertificateRequest ( ) : System | ||
return | System |
public GetServerCertificateRequest ( string serverCertificateName ) : System | ||
serverCertificateName | string | The name of the server certificate you want to retrieve information about. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@- |
return | System |