Microsoft.Identity.Client.Platforms.Features.DesktopOs.SecKeychainAttributeList
struct SecKeychainAttributeList
namespace Microsoft.Identity.Client.Platforms.Features.DesktopOs
{
internal struct SecKeychainAttributeList
{
public uint Count;
public IntPtr Attributes;
}
}