SNISecGenClientContext() static private method

static private SNISecGenClientContext ( System.Data.SqlClient.SNIHandle pConnectionObject, byte inBuff, uint receivedLength, byte OutBuff, uint &sendLength, byte serverUserName ) : uint
pConnectionObject System.Data.SqlClient.SNIHandle
inBuff byte
receivedLength uint
OutBuff byte
sendLength uint
serverUserName byte
return uint
Exemplo n.º 1
0
 internal override uint GenerateSspiClientContext(byte[] receivedBuff, uint receivedLength, ref byte[] sendBuff, ref uint sendLength, byte[] _sniSpnBuffer)
 => SNINativeMethodWrapper.SNISecGenClientContext(Handle, receivedBuff, receivedLength, sendBuff, ref sendLength, _sniSpnBuffer);