1 write to _customServiceNames
System.Net.Security (1)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (1)
39
_customServiceNames
= customServiceNames;
3 references to _customServiceNames
System.Net.Security (3)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (3)
85
get { return
_customServiceNames
; }
122
if (
_customServiceNames
== null)
129
foreach (string serviceName in
_customServiceNames
)