Partilhar via


NegotiateAuthentication.ProtectionLevel Propriedade

Definição

Indica o nível negociado de proteção.

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 da propriedade

Comentários

O nível negociado de proteção só está disponível quando a autenticação da sessão foi concluída (consulte IsAuthenticated). O nível de proteção pode ser maior do que o nível de proteção solicitado inicialmente especificado por RequiredProtectionLevel ou RequiredProtectionLevel.

Aplica-se a