monoandroid
namespace Mono.Security.Protocol.Ntlm
{
    public class Type3Message : MessageBase
    {
        [Obsolete("Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.")]
        public byte[] Challenge { get; set; }
    }
}
nuget.org
0.0 %
Reference this API
0.0 %
Set property
Xamarin Android
0.0
Xamarin iOS
0.0
Xamarin macOS
0.0
Xamarin tvOS
0.0
Information specific to monoandroid
Assembly

Mono.Security , Version=2.0.5.0, PublicKeyToken=0738eb9f132ed756

Referencing

The API is automatically referenced.

Obsolete Use of this API is highly discouraged, it selects legacy-mode LM/NTLM authentication, which sends your password in very weak encryption over the wire even if the server supports the more secure NTLMv2 / NTLMv2 Session. You need to use the new `Type3Message (Type2Message)' constructor to use the more secure NTLMv2 / NTLMv2 Session authentication modes. These require the Type 2 message from the server to compute the response.
Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API