1 reference to AuthorityKeyIdentifierOid
dotnet-dev-certs (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
837
if (!request.CertificateExtensions.Any(ext => ext.Oid?.Value is SubjectKeyIdentifierOid or
AuthorityKeyIdentifierOid
))