System.Data.SqlClient.SNINativeMethodWrapper.SNISecGenClientContextWrapper C# (CSharp) Method

SNISecGenClientContextWrapper() private method

private SNISecGenClientContextWrapper ( [ pConn, [ pIn, uint cbIn, [ pOut, [ pcbOut, [ pfDone, byte szServerInfo, uint cbServerInfo, [ pwszUserName, [ pwszPassword ) : uint
pConn [
pIn [
cbIn uint
pOut [
pcbOut [
pfDone [
szServerInfo byte
cbServerInfo uint
pwszUserName [
pwszPassword [
return uint
        private static unsafe extern uint SNISecGenClientContextWrapper(
            [In] SNIHandle pConn,
            [In, Out] byte[] pIn,
            uint cbIn,
            [In, Out] byte[] pOut,
            [In] ref uint pcbOut,
            [MarshalAsAttribute(UnmanagedType.Bool)] out bool pfDone,
            byte* szServerInfo,
            uint cbServerInfo,
            [MarshalAsAttribute(UnmanagedType.LPWStr)] string pwszUserName,
            [MarshalAsAttribute(UnmanagedType.LPWStr)] string pwszPassword);