2 references to customServiceNamesName
System (2)
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
90
customServiceNames = (ServiceNameCollection)info.GetValue(
customServiceNamesName
, typeof(ServiceNameCollection));
177
info.AddValue(
customServiceNamesName
, customServiceNames, typeof(ServiceNameCollection));