NegotiateAuthentication.ProtectionLevel Property

Definition

Indicates the negotiated level of protection.

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

Property Value

Remarks

The negotiated level of protection is only available when the session authentication was finished (see IsAuthenticated). The protection level can be higher than the initially requested protection level specified by RequiredProtectionLevel or RequiredProtectionLevel.

Applies to