System.Data.SqlClient.TdsParser.SSPIData C# (CSharp) Method

SSPIData() private method

private SSPIData ( byte receivedBuff, UInt32 receivedLength, byte sendBuff, UInt32 &sendLength ) : void
receivedBuff byte
receivedLength System.UInt32
sendBuff byte
sendLength System.UInt32
return void
        private void SSPIData(byte[] receivedBuff, UInt32 receivedLength, byte[] sendBuff, ref UInt32 sendLength)
        {
            SNISSPIData(receivedBuff, receivedLength, sendBuff, ref sendLength);
        }
TdsParser