Compartir vía


NegotiateAuthentication.ProtectionLevel Propiedad

Definición

Indica el nivel de protección negociado.

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

Valor de propiedad

Comentarios

El nivel de protección negociado solo está disponible cuando se finalizó la autenticación de sesión (consulte IsAuthenticated). El nivel de protección puede ser mayor que el nivel de protección solicitado inicialmente especificado por RequiredProtectionLevel o RequiredProtectionLevel.

Se aplica a