ServiceNameCollection::Merge Method (String^)
.NET Framework (current version)
Merges the current ServiceNameCollection with the specified values to create a new ServiceNameCollection containing the union.
Assembly: System (in System.dll)
Parameters
- serviceName
-
Type:
System::String^
A string that contains the specified values of service names to be used to initialize the class.
Return Value
Type: System.Security.Authentication.ExtendedProtection::ServiceNameCollection^A new ServiceNameCollection instance that contains the union of the existing ServiceNameCollection instance merged with the specified values.
| Exception | Condition |
|---|---|
| ArgumentNullException | serviceNames is null. |
| ArgumentException | serviceNames is empty. |
The ServiceNameCollection class that is initialized contains the specified values passed in the items parameter.
.NET Framework
Available since 2.0
Available since 2.0
Show: