4 references to IsPartiallyTrusted
aspire (4)
Certificates\CertificateService.cs (4)
108
if (preCheck.
IsPartiallyTrusted
)
117
if (preCheck.
IsPartiallyTrusted
&& isLinux)
147
if (postTrustCheck.
IsPartiallyTrusted
&& isLinux)
155
&& postTrustCheck.
IsPartiallyTrusted
;