2 references to KeyUsage
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
31internal static Oid KeyUsageOid => field ??= InitializeOid(KeyUsage);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
894if (ext.Oid!.Value == Oids.KeyUsage)