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 que lorsque l’authentification de session a été 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 à