6 references to LocalKeyId
System.Security.Cryptography (6)
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)
57internal static Oid LocalKeyIdOid => s_localKeyIdOid ??= InitializeOid(LocalKeyId);
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (2)
311Oids.LocalKeyId => true, 368Oids.LocalKeyId => true,
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (2)
319if (attr.AttrType == Oids.LocalKeyId && attr.AttrValues.Length > 0) 416if (attr.AttrType == Oids.LocalKeyId && attr.AttrValues.Length > 0)