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