ServiceNameElementCollection.Add(ServiceNameElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Add(ServiceNameElement) 方法會將一個 ServiceNameElement 執行個體加入此 ServiceNameElementCollection。
public:
void Add(System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ element);
public void Add (System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element);
member this.Add : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement -> unit
Public Sub Add (element As ServiceNameElement)
參數
- element
- ServiceNameElement
要加入這個 ServiceNameElement 的 ServiceNameElementCollection 執行個體。
備註
Add方法會忽略參數中提供的重複名稱 element
。
ServiceNameCollection類別是服務主體名稱的集合, (spn) 表示的設定元素 ExtendedProtectionPolicy 。