2 references to AuthorityKeyIdentifier
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
32
internal static Oid AuthorityKeyIdentifierOid => field ??= InitializeOid(
AuthorityKeyIdentifier
);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
1976
Oids.
AuthorityKeyIdentifier
=> new X509AuthorityKeyIdentifierExtension(),