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