Xbasic
AlphaCloud::ClientCertificateNameIsValid Method
Syntax
.CertificateNameIsValid as L (CertificateName as C)
Arguments
- CertificateNameCharacter
The name of the certificate (the DNS name typically).
Returns
- resultLogical
Returns .t. if the function call succeeded and .f. if it failed. Look at the CallResult property to determine the cause of a failure.
Description
CertificateNameIsValid returns .t. if a certificate the name provided matches one that has been loaded into the current subscription.