ServiceNameElementCollection.Add(ServiceNameElement) 메서드

정의

메서드는 Add(ServiceNameElement) 인스턴스를 ServiceNameElementServiceNameElementCollection메서드에 추가합니다.

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

ServiceNameElementServiceNameElementCollection에 추가할 인스턴스입니다.

설명

메서드는 Add 매개 변수에 제공된 중복 이름을 무시합니다 element .

클래스는 ServiceNameCollection 에 대한 구성 요소를 나타내는 SPN(서비스 사용자 이름) 컬렉션입니다 ExtendedProtectionPolicy.

적용 대상