Microsoft.Data.SqlClient.SspiContextProvider
Provides the ability to customize SSPI context generation.
protected SspiContextProvider()
Creates an instance of the SspiContextProvider.
protected abstract bool GenerateContext(ReadOnlySpan<byte> incomingBlob, IBufferWriter<byte> outgoingBlobWriter, SspiAuthenticationParameters authParams)
Generates an SSPI outgoing blob given the incoming blob.