9 references to Full
aspire (9)
Certificates\CertificateGeneration\CertificateManager.cs (1)
477
case TrustLevel.
Full
:
Certificates\CertificateGeneration\MacOSCertificateManager.cs (3)
90
Debug.Assert(oldTrustLevel == TrustLevel.
Full
); // Mac trust is all or nothing
114
return TrustLevel.
Full
;
169
return checkTrustProcess.ExitCode == 0 ? TrustLevel.
Full
: TrustLevel.None;
Certificates\CertificateGeneration\UnixCertificateManager.cs (2)
167
: TrustLevel.
Full
440
: TrustLevel.
Full
;
Certificates\CertificateGeneration\WindowsCertificateManager.cs (3)
80
return TrustLevel.
Full
;
90
return TrustLevel.
Full
;
122
return isTrusted ? TrustLevel.
Full
: TrustLevel.None;