ExtendedProtectionPolicy::CustomServiceNames Property
.NET Framework (current version)
Gets the custom Service Provider Name (SPN) list used to match against a client's SPN.
Assembly: System (in System.dll)
public: property ServiceNameCollection^ CustomServiceNames { ServiceNameCollection^ get(); }
Property Value
Type: System.Security.Authentication.ExtendedProtection::ServiceNameCollection^A ServiceNameCollection that contains the custom SPN list that is used to match against a client's SPN.
This read-only property indicates the custom SPN list that is used to match against a client's SPN. By default, the server will determine a default SPN list according to its registered endpoints. For scenarios which require SPN checking, this property can be specified using a using a constructor to override the default list used to match against the client’s SPN.
.NET Framework
Available since 2.0
Available since 2.0
Show: