NegotiateAuthentication.ProtectionLevel Propriedade

Definição

Indica o nível de proteção 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 da propriedade

Comentários

O nível de proteção negociado só estará 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