NegotiateAuthentication.ProtectionLevel Свойство

Определение

Указывает согласованный уровень защиты.

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

Значение свойства

Комментарии

Согласованный уровень защиты доступен только после завершения проверки подлинности сеанса (см. раздел IsAuthenticated). Уровень защиты может быть выше, чем изначально запрошенный уровень защиты, заданный RequiredProtectionLevel или RequiredProtectionLevel.

Применяется к