HttpListenerRequest.ServiceName Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il nome del provider di servizi (SPN) inviato dal client nella richiesta.
public:
property System::String ^ ServiceName { System::String ^ get(); };
public string? ServiceName { get; }
public string ServiceName { get; }
member this.ServiceName : string
Public ReadOnly Property ServiceName As String
Valore della proprietà
Oggetto String contenente il nome SPN inviato dal client nella richiesta.
Commenti
Un'applicazione può usare la ServiceName proprietà per eseguire la convalida spn (Service Provide Name) personalizzata.
Si applica a
Vedi anche
- DefaultServiceNames
- ExtendedProtectionPolicy
- ExtendedProtectionSelectorDelegate
- HttpListener.ExtendedProtectionSelector
- TransportContext
- System.Security.Authentication.ExtendedProtection
- ExtendedProtectionPolicy
- Autenticazione Integrata di Windows con Protezione Estesa