blob: 79f469f84e4993507065eca38f82c4e74049a2c8 [file] [log] [blame]
using System.Runtime.Serialization;
namespace BaSys40.Models.Core.Identification
{
[DataContract]
public enum KeyType : int
{
Custom = 0,
URI = 1,
IRDI = 2,
IdShort = 3
}
}