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

ServiceNameElement에 추가할 ServiceNameElementCollection 인스턴스입니다.

설명

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

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

적용 대상