NTLMScheme.ParseChallenge(CharArrayBuffer, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses an NTLM challenge and advances the authentication exchange state.
[Android.Runtime.Register("parseChallenge", "(Lorg/apache/http/util/CharArrayBuffer;II)V", "GetParseChallenge_Lorg_apache_http_util_CharArrayBuffer_IIHandler")]
protected override void ParseChallenge(Org.Apache.Http.Util.CharArrayBuffer? buffer, int pos, int len);
[<Android.Runtime.Register("parseChallenge", "(Lorg/apache/http/util/CharArrayBuffer;II)V", "GetParseChallenge_Lorg_apache_http_util_CharArrayBuffer_IIHandler")>]
override this.ParseChallenge : Org.Apache.Http.Util.CharArrayBuffer * int * int -> unit
Parameters
- buffer
- CharArrayBuffer
Buffer containing the authentication challenge.
- pos
- Int32
Index at which the NTLM challenge begins.
- len
- Int32
Exclusive end index of the NTLM challenge in buffer.
- Attributes
Remarks
Portions of this documentation are derived from Apache HTTP Components, developed by the Apache Software Foundation and licensed under the Apache License, Version 2.0.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.