Beispiel #1
0
 // Detector used by [ConditionalFact(nameof(Client_Certificate_Installed)].
 // It will attempt to install the client certificate in the certificate store if
 // is not already present, and then it will check whether the install
 // succeeded.  A 'true' return is a guarantee a client certificate is
 // installed in the certificate store.
 public static bool IsClientCertificateInstalled()
 {
     return(ServiceUtilHelper.TryEnsureLocalClientCertificateInstalled());
 }