ExtendedProtectionPolicy.CustomServiceNames 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于与客户端的 SPN 相匹配的自定义服务提供程序名称 (SPN) 列表。
public:
property System::Security::Authentication::ExtendedProtection::ServiceNameCollection ^ CustomServiceNames { System::Security::Authentication::ExtendedProtection::ServiceNameCollection ^ get(); };
public System.Security.Authentication.ExtendedProtection.ServiceNameCollection? CustomServiceNames { get; }
public System.Security.Authentication.ExtendedProtection.ServiceNameCollection CustomServiceNames { get; }
member this.CustomServiceNames : System.Security.Authentication.ExtendedProtection.ServiceNameCollection
Public ReadOnly Property CustomServiceNames As ServiceNameCollection
属性值
ServiceNameCollection 包含用于与客户端的 SPN 相匹配的自定义 SPN 列表。
注解
此只读属性指示用于与客户端 SPN 匹配的自定义 SPN 列表。 默认情况下,服务器将根据其已注册的终结点确定默认 SPN 列表。 对于需要 SPN 检查的方案,可以使用构造函数来替代用于与客户端 SPN 匹配的默认列表,从而指定此属性。