1 write to Certificate
Microsoft.AspNetCore.Testing (1)
ServiceFakesWebHostExtensions.cs (1)
60
options.
Certificate
= sslCertificate));
1 reference to Certificate
Microsoft.AspNetCore.Testing (1)
ServiceFakesHostExtensions.cs (1)
45
var certificate = host.Services.GetService<IOptions<FakeCertificateOptions>>()?.Value.
Certificate
;