Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Service/EPassportPolicyId.cs
T

11 lines
126 B
C#

namespace Microsoft.Zune.Service
{
public enum EPassportPolicyId
{
MBI = 3,
MBI_SSL = 2,
HBI_SSL = 1,
None = 0
}
}