Share via


ExtendedProtectionPolicyElement.CustomServiceNames 属性

定义

获取或设置用于与此配置策略元素的客户端 SPN 相匹配的自定义服务提供程序名称 (SPN) 列表。

public:
 property System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElementCollection ^ CustomServiceNames { System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("customServiceNames")]
public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection CustomServiceNames { get; }
[<System.Configuration.ConfigurationProperty("customServiceNames")>]
member this.CustomServiceNames : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection
Public ReadOnly Property CustomServiceNames As ServiceNameElementCollection

属性值

一个集合,其中包含用于与客户端 SPN 匹配的自定义 SPN 列表。

属性

适用于