ExtendedProtectionPolicyElement::CustomServiceNames Property

 

Gets or sets the custom Service Provider Name (SPN) list used to match against a client's SPN for this configuration policy element.

Namespace:   System.Security.Authentication.ExtendedProtection.Configuration
Assembly:  System (in System.dll)

public:
[ConfigurationPropertyAttribute("customServiceNames")]
property ServiceNameElementCollection^ CustomServiceNames {
	ServiceNameElementCollection^ get();
}

Property Value

Type: System.Security.Authentication.ExtendedProtection.Configuration::ServiceNameElementCollection^

Returns a ServiceNameElementCollection that includes the custom SPN list used to match against a client's SPN.

.NET Framework
Available since 2.0
Return to top
Show: