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