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 de Propriedade

Observações

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

Aplica-se a