Microsoft.Identity.Client.Platforms.Features.DesktopOs.SecKeychainAttribute
struct SecKeychainAttribute
namespace Microsoft.Identity.Client.Platforms.Features.DesktopOs
{
internal struct SecKeychainAttribute
{
public SecKeychainAttrType Tag;
public uint Length;
public IntPtr Data;
}
}