共用方式為


ExtendedProtectionPolicyElement.CustomServiceNames 屬性

定義

取得或設定自訂服務主體名稱 (Service Provider Name,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清單。

屬性

適用於