2 references to LocalKeyId
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
350Oids.LocalKeyId => new Pkcs9LocalKeyId() { RawData = encodedAttribute.ToArray() },
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
24internal static Oid LocalKeyIdOid => field ??= InitializeOid(LocalKeyId);