2 implementations of Exists
Microsoft.DotNet.Configurer (2)
AspNetCertificateSentinel.cs (1)
31
public bool
Exists
()
NoOpAspNetCertificateSentinel.cs (1)
8
public bool
Exists
()
1 reference to Exists
Microsoft.DotNet.Configurer (1)
DotnetFirstTimeUseConfigurer.cs (1)
97
_dotnetFirstRunConfiguration.GenerateAspNetCertificate && !_aspNetCertificateSentinel.
Exists
();