ExtendedProtectionPolicy.CustomServiceNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the custom Service Provider Name (SPN) list used to match against a client's SPN.
public:
property System::Security::Authentication::ExtendedProtection::ServiceNameCollection ^ CustomServiceNames { System::Security::Authentication::ExtendedProtection::ServiceNameCollection ^ get(); };
public System.Security.Authentication.ExtendedProtection.ServiceNameCollection? CustomServiceNames { get; }
public System.Security.Authentication.ExtendedProtection.ServiceNameCollection CustomServiceNames { get; }
member this.CustomServiceNames : System.Security.Authentication.ExtendedProtection.ServiceNameCollection
Public ReadOnly Property CustomServiceNames As ServiceNameCollection
Property Value
A ServiceNameCollection that contains the custom SPN list that is used to match against a client's SPN.
Remarks
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.