NegotiateProtocol Class
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.
The protocol for reading and writing negotiate requests and responses.
public ref class NegotiateProtocol abstract sealed
public static class NegotiateProtocol
type NegotiateProtocol = class
Public Class NegotiateProtocol
- Inheritance
-
NegotiateProtocol
Methods
ParseResponse(ReadOnlySpan<Byte>) |
Parses a NegotiationResponse from the |
ParseResponse(Stream) |
Obsolete.
This method is obsolete and will be removed in a future version. The recommended alternative is ParseResponse(ReadOnlySpan<Byte>). |
WriteResponse(NegotiationResponse, IBufferWriter<Byte>) |
Writes the |