13 references to Full
aspire (4)
Utils\EnvironmentChecker\DevCertsCheck.cs (4)
89
var fullyTrustedCount = certInfos.Count(c => c.TrustLevel == CertificateTrustLevel.
Full
);
107
CertificateTrustLevel.
Full
=> " [trusted]",
256
return IsCertificateTrustedOnMacOS(certificate) ? CertificateTrustLevel.
Full
: CertificateTrustLevel.None;
271
return CertificateTrustLevel.
Full
;
Aspire.Cli.Tests (9)
Utils\DevCertsCheckTests.cs (9)
18
new(CertificateTrustLevel.
Full
, "AAAA1111BBBB2222", MinVersion),
19
new(CertificateTrustLevel.
Full
, "CCCC3333DDDD4444", MinVersion),
50
new(CertificateTrustLevel.
Full
, "AAAA1111BBBB2222", MinVersion),
66
new(CertificateTrustLevel.
Full
, "AAAA1111BBBB2222", MinVersion),
111
new(CertificateTrustLevel.
Full
, "AAAA1111BBBB2222", MinVersion - 1),
127
new(CertificateTrustLevel.
Full
, "AAAA1111BBBB2222", MinVersion),
128
new(CertificateTrustLevel.
Full
, "CCCC3333DDDD4444", MinVersion + 1),
161
new(CertificateTrustLevel.
Full
, "AAAA1111BBBB2222", MinVersion),
162
new(CertificateTrustLevel.
Full
, "CCCC3333DDDD4444", MinVersion),