31 arguments =
new object[1] { PolicyEnforcement.Never };
41 object[]
array =
null;
43 if (customServiceNames !=
null && customServiceNames.
Count > 0)
45 array =
new object[extendedProtectionPolicy.CustomServiceNames.Count];
48 arguments =
new object[3] { extendedProtectionPolicy.PolicyEnforcement, extendedProtectionPolicy.ProtectionScenario,
array };
53 return base.ConvertTo(context,
culture,
value, destinationType);