NegotiateAuthentication.ProtectionLevel Propriété

Définition

Indique le niveau de protection négocié.

public:
 property System::Net::Security::ProtectionLevel ProtectionLevel { System::Net::Security::ProtectionLevel get(); };
public System.Net.Security.ProtectionLevel ProtectionLevel { get; }
member this.ProtectionLevel : System.Net.Security.ProtectionLevel
Public ReadOnly Property ProtectionLevel As ProtectionLevel

Valeur de propriété

Remarques

Le niveau de protection négocié n’est disponible qu’une fois l’authentification de session terminée (voir IsAuthenticated). Le niveau de protection peut être supérieur au niveau de protection initialement demandé spécifié par RequiredProtectionLevel ou RequiredProtectionLevel.

S’applique à