ServiceNameElementCollection.Add(ServiceNameElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 。