Microsoft.Identity.Client.Platforms.Features.DesktopOs.CssmDbAttributeFormat
namespace Microsoft.Identity.Client.Platforms.Features.DesktopOs
{
internal enum CssmDbAttributeFormat : uint
{
String,
SInt32,
UInt32,
BigNum,
Real,
TimeDate,
Blob,
MultiUInt32,
Complex
}
}