ExtendedProtectionPolicy.CustomServiceNames Egenskap

Definition

Hämtar spn-listan (custom Service Provider Name) som används för att matcha mot en klients 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

Egenskapsvärde

En ServiceNameCollection som innehåller den anpassade SPN-listan som används för att matcha mot en klients SPN.

Kommentarer

Den här skrivskyddade egenskapen anger den anpassade SPN-listan som används för att matcha mot en klients SPN. Som standard avgör servern en STANDARD-SPN-lista enligt dess registrerade slutpunkter. För scenarier som kräver SPN-kontroll kan den här egenskapen anges med hjälp av en konstruktor för att åsidosätta standardlistan som används för att matcha mot klientens SPN.

Gäller för

Se även