1 write to CdpUri
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
113CdpUri = cdpUrl;
7 references to CdpUri
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (7)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (4)
188if (_cdpExtension == null && CdpUri != null) 190_cdpExtension = CreateCdpExtension(CdpUri); 244if (_cdpExtension == null && CdpUri != null) 246_cdpExtension = CreateCdpExtension(CdpUri);
src\Servers\Kestrel\shared\test\RevocationResponder.cs (3)
55if (authority.CdpUri != null && authority.CdpUri.StartsWith(UriPrefix, StringComparison.OrdinalIgnoreCase)) 57string path = authority.CdpUri.Substring(UriPrefix.Length - 1);